Fixing line directive codegen for ifs, handling vkey codes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user