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-09 01:23:13 +00:00
|
|
|
int buildKaos(char* props);
|
|
|
|
|
|
|
|
int buildTextBox(char* props);
|
|
|
|
|
|
|
|
int modTextBox(char* props);
|
|
|
|
|
|
|
|
int chainKaos(char* props);
|
|
|
|
|
|
|
|
int buildConvo(int slot, char* kProps);
|
|
|
|
|
|
|
|
int buildManip(int slot, char* kProps);
|
|
|
|
|
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();
|