Core: Conditional compound to fix Msvc, better assert but printf based, Fix tests
This commit is contained in:
@@ -26,8 +26,8 @@ MU :: struct
|
||||
os: Platform
|
||||
|
||||
MUWindow :: struct
|
||||
x: S64
|
||||
y: S64
|
||||
x: int
|
||||
y: int
|
||||
sizef: Vec2
|
||||
size: Vec2I
|
||||
resizable: bool
|
||||
@@ -55,7 +55,7 @@ Mouse :: struct
|
||||
left: KeyState
|
||||
right: KeyState
|
||||
middle: KeyState
|
||||
wheel: S64
|
||||
wheel: int
|
||||
|
||||
#import "Base.core"
|
||||
#import "MathF32.core"
|
||||
|
||||
Reference in New Issue
Block a user