all repos — hyperkaos @ 456cba7e6c1f00986e18f695c63050d5cccdb96f

lightweight modular puzzle/adventure game engine in C with SDL 1.2

WorldData.h (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
void bufferData(enum dataChunks chunk);

int worldBuilder(enum dataChunks chunk);

int buildRoom(char* props);

int buildWarp(char* props);

int countMapThings(char x, enum dataChunks chunk);

void unloadData(enum dataChunks chunk);

void pushBufferData();

void pager();