X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=26254d9cd52d8c612db80c4da23a72da2db8c66f;hb=429dbf49854bd06cc3b0c64742ad32b1b95c6eac;hp=ca8494bc46868c4b4d95c673260440ff6c02d77d;hpb=94a1798d87daf68e97fa0968f7b08109868020ab;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index ca8494bc..26254d9c 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1565,6 +1565,7 @@ struct TreeInfo boolean level_group; // directory contains more level series directories boolean parent_link; // entry links back to parent directory + boolean is_copy; // this entry is a copy of another entry in the tree boolean in_user_dir; // user defined levels are stored in home directory boolean user_defined; // levels in user directory and marked as "private" boolean readonly; // readonly levels can not be changed with editor @@ -1983,4 +1984,7 @@ boolean ReadJoystick(int, int *, int *, boolean *, boolean *); boolean CheckJoystickOpened(int); void ClearJoystickState(void); +void InitEmscriptenFilesystem(void); +void SyncEmscriptenFilesystem(void); + #endif // SYSTEM_H