diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-09-14 22:58:24 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-09-14 22:58:24 +0100 |
| commit | bd365e5176f3bc5f5e249d1a0763520e2973c2ec (patch) | |
| tree | 0fe2d3f44fd478d4f5c1afc688c8d41f84be3a29 /code/basic.odin | |
| parent | 79f575ae8e7dda58a842dda3690b691e942ea86e (diff) | |
Fix namespacing issues for #import; allow using ImportName
Diffstat (limited to 'code/basic.odin')
| -rw-r--r-- | code/basic.odin | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/code/basic.odin b/code/basic.odin deleted file mode 100644 index 696b42dbc..000000000 --- a/code/basic.odin +++ /dev/null @@ -1,4 +0,0 @@ -#load "runtime.odin" -#load "win32.odin" -#load "file.odin" -#load "print.odin" |