Basic command line flags: e.g. -opt=0

This commit is contained in:
Ginger Bill
2017-06-24 22:58:50 +01:00
parent 18f885efab
commit 1d81b73df9
8 changed files with 314 additions and 90 deletions
+1
View File
@@ -12,6 +12,7 @@
#include <math.h>
gbAllocator heap_allocator(void) {
return gb_heap_allocator();
}