#include "common.h"
#include "world.h"
#include "instructions.h"
#include "render.h"
Include dependency graph for main.cpp:
Go to the source code of this file.
Functions | |
void | initWorld () |
creates a world | |
void | draw () |
void | idle () |
int | main (int argc, char *argv[]) |
Variables | |
uInt | g_seed = 0 |
a random seed | |
world * | g_pWorld = NULL |
pointer to the world |
|
Definition at line 76 of file main.cpp. References world::draw(), and g_pWorld. Referenced by main(). |
|
Definition at line 82 of file main.cpp. References g_pWorld, initWorld(), world::isDead(), and world::step(). Referenced by main(). |
|
|
Definition at line 99 of file main.cpp. References beginMainLoop(), draw(), idle(), initRenderingContext(), setMainLoopCallback(), and setRenderCallback(). |
|
pointer to the world
Definition at line 11 of file main.cpp. Referenced by draw(), idle(), and initWorld(). |
|
a random seed
Definition at line 8 of file main.cpp. Referenced by initWorld(). |