Core: Conditional compound to fix Msvc, better assert but printf based, Fix tests

This commit is contained in:
Krzosa Karol
2023-04-21 07:55:34 +02:00
parent fb3800a43a
commit e6bf6b680e
13 changed files with 71 additions and 59 deletions

View File

@@ -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"