mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
actually return an error when data.zip is missing
We should return an error code when we can't find data.zip, just letting the program crash is a little crude.
This commit is contained in:
committed by
Ethan Lee
parent
3b66877287
commit
3a961310ca
@@ -4,7 +4,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
void FILESYSTEM_init(char *argvZero);
|
||||
int FILESYSTEM_init(char *argvZero);
|
||||
void FILESYSTEM_deinit();
|
||||
|
||||
char *FILESYSTEM_getUserSaveDirectory();
|
||||
|
||||
Reference in New Issue
Block a user