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:
parent
e9a2851095
commit
043bbb07d4
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ namespace System
|
|||
public int32 Height => bottom - top;
|
||||
}
|
||||
|
||||
[CRepr]
|
||||
public struct Point : this(int32 x, int32 y)
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue