Added few function prototypes for SpaceToss
This commit is contained in:
parent
9607cb2b92
commit
330a200f65
@ -283,6 +283,12 @@ protected:
|
|||||||
#ifndef GCFG_NOQECHO
|
#ifndef GCFG_NOQECHO
|
||||||
void ReadQEchoFile(char* file, char* options, char* origin);
|
void ReadQEchoFile(char* file, char* options, char* origin);
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef GCFG_NOSPCT
|
||||||
|
void ParseSpaceArea(const char *type_path, AreaCfg &aa);
|
||||||
|
void ReadSpaceCtl(const char *path);
|
||||||
|
void ReadSpaceNtm(const char *path);
|
||||||
|
void ReadSpaceAr(const char *path);
|
||||||
|
#endif
|
||||||
#if !defined(GCFG_NOSQSH) || !defined(GCFG_NOPARTOSS)
|
#if !defined(GCFG_NOSQSH) || !defined(GCFG_NOPARTOSS)
|
||||||
void ReadSquishFile(char* path, char* file, char* options, char* origin, int group);
|
void ReadSquishFile(char* path, char* file, char* options, char* origin, int group);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user