diff options
Diffstat (limited to 'code/runtime.odin')
| -rw-r--r-- | code/runtime.odin | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/code/runtime.odin b/code/runtime.odin index 4e79039d1..89d3f7861 100644 --- a/code/runtime.odin +++ b/code/runtime.odin @@ -1,5 +1,9 @@ -#load "win32.odin" -#load "print.odin" +#global_scope + +// TODO(bill): Remove #import in runtime.odin +#import "win32.odin" +#import "file.odin" +#import "print.odin" // IMPORTANT NOTE(bill): Do not change the order of any of this data // The compiler relies upon this _exact_ order |