Fixing line directive codegen for ifs, handling vkey codes

This commit is contained in:
Krzosa Karol
2022-10-01 22:40:13 +02:00
parent 84254fb6dc
commit 4451553e85
4 changed files with 23 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
#import "Base.core"
#import "MathVec3.core"
#import "Math.core"
#import "Arena.core"
W32 :: #load "win32_multimedia.core"
@@ -16,13 +16,13 @@ MU :: struct
key: [Key.Count]KeyState
frame_count: U64
time: MuTime
time: MUTime
quit: Bool
frame_arena: Arena
os: W32.OS
MuTime :: struct
MUTime :: struct
total : F64
delta : F64 // @modifiable
start : F64