CFileLoader last funcs and Frontend cleanup

This commit is contained in:
eray orçunus
2020-04-13 05:32:11 +03:00
parent a622c9e877
commit 60c412149d
10 changed files with 216 additions and 55 deletions

View File

@@ -43,4 +43,7 @@ public:
static void LoadMapZones(const char *filename);
static void ReloadPaths(const char *filename);
static void ReloadObjectTypes(const char *filename);
static void ReloadObject(const char *line);
static void ReLoadScene(const char *filename); // unused mobile function
};