all repos — hyperkaos @ 85f5534f1e8ed016da0afe2b19a8704f3486960e

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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
void bufferData(enum dataChunks chunk);

int worldBuilder(enum dataChunks chunk);

int buildRoom(char* props);

int buildWarp(char* props);

int buildHyper(char* props);

int buildPerson(char* props);

int buildObstruction(char* props);

int buildFGImage(char* props);

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);

int countMapThings(char x, enum dataChunks chunk);

void unloadData(enum dataChunks chunk);

void pushBufferData();

void pager();