mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 18:02:22 -07:00
Allow 'odin run program.odin -- <args-for-program.exe>
This commit is contained in:
+1
-1
@@ -137,8 +137,8 @@ GB_ALLOCATOR_PROC(heap_allocator_proc) {
|
||||
}
|
||||
|
||||
#include "unicode.cpp"
|
||||
#include "string.cpp"
|
||||
#include "array.cpp"
|
||||
#include "string.cpp"
|
||||
#include "murmurhash3.cpp"
|
||||
|
||||
#define for_array(index_, array_) for (isize index_ = 0; index_ < (array_).count; index_++)
|
||||
|
||||
Reference in New Issue
Block a user