Skip to content
Snippets Groups Projects
Verified Commit d2e68103 authored by v-lafeychine's avatar v-lafeychine
Browse files

Hotfix: Will be fixed in #18

parent 21dc1a21
No related branches found
No related tags found
1 merge request!12Resolve "Add fight interface"
......@@ -8,8 +8,7 @@ object Event:
/* TODO: Compute right type size */
type _99 = Nat.Digit2[Nat._9, Nat._9]
type sfEvent = CStruct2[CInt, CArray[Byte, _99]]
type sfMouseButtonEvent = CStruct4[CInt, Mouse.sfMouseButton, CInt, CInt]
type sfEvent = CStruct4[CInt, CInt, CInt, CArray[Byte, _99]]
enum sfEventType:
case sfEvtClosed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment