diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-06-24 22:58:50 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-06-24 22:58:50 +0100 |
| commit | 1d81b73df9922f0d3006a2d8031bf44f88573224 (patch) | |
| tree | 73d0a4686a0cb8bf20cdb385a9729ff8a09902fa /src/common.cpp | |
| parent | 18f885efabb98fb91ab0c6e9586a8b66eab511d9 (diff) | |
Basic command line flags: e.g. `-opt=0`
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.cpp b/src/common.cpp index 8ad21a2d6..40386375d 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -12,6 +12,7 @@ #include <math.h> + gbAllocator heap_allocator(void) { return gb_heap_allocator(); } |