Load cannot be namespaced anymore due to weird namespace behaviour that this creates.
I need to add a way to import but force evaluation of everything in the future to make that up.
This commit is contained in:
@@ -10,8 +10,6 @@ https://www.youtube.com/watch?v=NG_mUhc8LRw&list=PLU94OURih-CjrtFuazwZ5GYzTrupOM
|
||||
All of his channel is recommended watch for programmers.
|
||||
|
||||
*/
|
||||
StartMultimedia :: W32.StartMultimedia
|
||||
UpdateMultimedia :: W32.UpdateMultimedia
|
||||
Mu: MU
|
||||
|
||||
MU :: struct
|
||||
@@ -25,7 +23,7 @@ MU :: struct
|
||||
quit: Bool
|
||||
|
||||
frame_arena: Arena
|
||||
os: W32.OS
|
||||
os: Platform
|
||||
|
||||
MUWindow :: struct
|
||||
x: S64
|
||||
@@ -61,4 +59,4 @@ Mouse :: struct
|
||||
#import "Base.core"
|
||||
#import "Math.core"
|
||||
#import "Arena.core"
|
||||
W32 :: #load "win32_multimedia.core"
|
||||
#load "win32_multimedia.core"
|
||||
|
||||
Reference in New Issue
Block a user