mirror of https://github.com/skeeto/pixelcity.git
15 lines
352 B
C
15 lines
352 B
C
|
|
GLrgba WorldBloomColor ();
|
|
char WorldCell (int x, int y);
|
|
GLrgba WorldLightColor (unsigned index);
|
|
int WorldLogoIndex ();
|
|
GLbbox WorldHotZone ();
|
|
void WorldInit (void);
|
|
float WorldFade (void);
|
|
void WorldRender ();
|
|
void WorldReset (void);
|
|
void WorldTerm (void);
|
|
void WorldUpdate (void);
|
|
|
|
|