all repos — hyperkaos @ main

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
37
38
void bufferData(enum dataChunks chunk);

int worldBuilder(enum dataChunks chunk);

int buildSFX(char* props);

int buildBGM(char* props);

int buildSynergy(char* props);

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* countMapThings(int* counts, enum dataChunks chunk);

void unloadData(enum dataChunks chunk);

void pushBufferData();

void pager();