2018-09-20 01:27:47 +00:00
|
|
|
|
|
|
|
void bufferData(enum dataChunks chunk);
|
|
|
|
|
2019-02-04 07:53:50 +00:00
|
|
|
int worldBuilder(enum dataChunks chunk);
|
|
|
|
|
|
|
|
int buildRoom(char* props);
|
|
|
|
|
|
|
|
int buildWarp(char* props);
|
|
|
|
|
2019-02-08 22:38:55 +00:00
|
|
|
int buildHyper(char* props);
|
|
|
|
|
|
|
|
int buildPerson(char* props);
|
|
|
|
|
|
|
|
int buildObstruction(char* props);
|
|
|
|
|
2019-02-08 22:54:48 +00:00
|
|
|
int buildFGImage(char* props);
|
|
|
|
|
2019-02-04 07:53:50 +00:00
|
|
|
int countMapThings(char x, enum dataChunks chunk);
|
|
|
|
|
2018-09-20 01:27:47 +00:00
|
|
|
void unloadData(enum dataChunks chunk);
|
|
|
|
|
|
|
|
void pushBufferData();
|
|
|
|
|
|
|
|
void pager();
|