From a60e6bedd963b9de4207e5bf8dba13e5c596dd1b Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Wed, 14 Sep 2016 12:00:04 +0100 Subject: Begin work on modules - No codegen!!! --- code/runtime.odin | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'code/runtime.odin') 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 -- cgit v1.2.3