Replacing core allocation stuff, still need to rewrite map and token
structures
This commit is contained in:
@@ -182,7 +182,7 @@ os_does_file_exist(String path){
|
||||
}
|
||||
|
||||
function Array<OS_File_Info>
|
||||
os_list_dir(Allocator *a, String dir, U32 flags = LIST_NO_FLAGS){
|
||||
os_list_dir(Arena *a, String dir, U32 flags = LIST_NO_FLAGS){
|
||||
Scratch scratch(a);
|
||||
Array<String> dirs_to_read = {scratch};
|
||||
dirs_to_read.add(dir);
|
||||
|
||||
Reference in New Issue
Block a user