1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

CRepr Point fix

This commit is contained in:
Brian Fiete 2025-04-15 12:21:38 -04:00
parent e9a2851095
commit 043bbb07d4

View file

@ -107,6 +107,7 @@ namespace System
public int32 Height => bottom - top; public int32 Height => bottom - top;
} }
[CRepr]
public struct Point : this(int32 x, int32 y) public struct Point : this(int32 x, int32 y)
{ {