mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-19 04:12:22 -07:00
Begin work on modules - No codegen!!!
This commit is contained in:
+6
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user