diff --git a/BeefLibs/corlib/src/Windows.bf b/BeefLibs/corlib/src/Windows.bf index afaafe64..ff7f7c23 100644 --- a/BeefLibs/corlib/src/Windows.bf +++ b/BeefLibs/corlib/src/Windows.bf @@ -107,6 +107,7 @@ namespace System public int32 Height => bottom - top; } + [CRepr] public struct Point : this(int32 x, int32 y) {