]> git.lizzy.rs Git - nothing.git/blobdiff - src/system/file.h
Migrate level parsing to linestream-less mechanism
[nothing.git] / src / system / file.h
index 4a713bf33c81cc78af4269c3151db63357c6e43a..aea060217bd7d74eec8033d4f149eda789d92066 100644 (file)
@@ -25,6 +25,6 @@ struct dirent *readdir(DIR *dirp);
 void closedir(DIR *dirp);
 #endif
 
-String read_whole_file(const char *filepath);
+String read_whole_file(Memory *memory, const char *filepath);
 
 #endif  // FILE_H_