mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-13 17:49:10 +00:00
(svn r2809) Implement more generic threading functions, which allow more than one thread
This commit is contained in:
@@ -19,6 +19,7 @@ typedef enum SaveOrLoadMode {
|
||||
} SaveOrLoadMode;
|
||||
|
||||
SaveOrLoadResult SaveOrLoad(const char *filename, int mode);
|
||||
void WaitTillSaved(void);
|
||||
|
||||
|
||||
typedef void ChunkSaveLoadProc(void);
|
||||
|
Reference in New Issue
Block a user