aboutsummaryrefslogtreecommitdiff
path: root/core/_preload.odin
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-03-04 11:25:23 +0000
committergingerBill <bill@gingerbill.org>2018-03-04 11:25:23 +0000
commit6db95b554f4c480d6d30c061a0df3c174fb526b6 (patch)
treeb9e4215d20311a9abc37a9b688b0cc03ca0ea269 /core/_preload.odin
parent105de7705a797e397b4cb8900f2c1f771684e2db (diff)
`__args__: []cstring`
Diffstat (limited to 'core/_preload.odin')
-rw-r--r--core/_preload.odin3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/_preload.odin b/core/_preload.odin
index 0a49d5970..5829abe4a 100644
--- a/core/_preload.odin
+++ b/core/_preload.odin
@@ -132,8 +132,7 @@ Type_Info :: struct {
// This will be set by the compiler
__type_table: []Type_Info;
-__argc__: i32;
-__argv__: ^^byte;
+__args__: []cstring;
// IMPORTANT NOTE(bill): Must be in this order (as the compiler relies upon it)