diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-09-12 14:41:36 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-09-12 14:41:36 +0100 |
| commit | 9ff4a8b5ab1edaa333180b8206a734787cdfb9f1 (patch) | |
| tree | 3ae74f3ed02e4dc960d6f94eb1ed1f140516f74a /code/basic.odin | |
| parent | 687e78d5ddf2d75022eedc060b3352643ebe2080 (diff) | |
Switchable array bounds checking
Diffstat (limited to 'code/basic.odin')
| -rw-r--r-- | code/basic.odin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/code/basic.odin b/code/basic.odin new file mode 100644 index 000000000..696b42dbc --- /dev/null +++ b/code/basic.odin @@ -0,0 +1,4 @@ +#load "runtime.odin" +#load "win32.odin" +#load "file.odin" +#load "print.odin" |