mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Fix preload initialization ordering
This commit is contained in:
+5
-2
@@ -1,6 +1,9 @@
|
||||
#import "game.odin";
|
||||
// #import "game.odin";
|
||||
#import "fmt.odin";
|
||||
|
||||
x := type_info(int);
|
||||
|
||||
main :: proc() {
|
||||
game.run();
|
||||
fmt.println(123);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user