Watch
2
0
Fork
You've already forked raylib-cs
0

Make struct types partial

This commit is contained in:
Rgebee 2022-01-30 09:42:26 +00:00
commit 940beea7d0
15 changed files with 32 additions and 32 deletions

View file

@ -28,7 +28,7 @@ namespace Raylib_cs
/// GlyphInfo, font characters glyphs info
/// </summary>
[StructLayout(LayoutKind.Sequential)]
public struct GlyphInfo
public partial struct GlyphInfo
{
/// <summary>
/// Character value (Unicode)
@ -60,7 +60,7 @@ namespace Raylib_cs
/// Font, font texture and GlyphInfo array data
/// </summary>
[StructLayout(LayoutKind.Sequential)]
public unsafe struct Font
public unsafe partial struct Font
{
/// <summary>
/// Base size (default chars height)