Functions | Variables

test.cpp File Reference

#include "datahash/datahash_text.h"
#include "glut-demo/glut-demo.h"
#include "map-kdtree/map-kdtree.h"
#include "mapzone/mapzone.h"
#include "model-loader/model-loader.h"
#include "perf/perf.h"
#include "physics-loader/physics-loader.h"
Include dependency graph for test.cpp:

Go to the source code of this file.

Functions

static void drawZone (IN aesop::Zone *zone, IN void *context)
static void drawNode (IN const aesop::kd_node_t &kn, IN void *context)
int main (IN int argc, IN const char *argv[])

Variables

static const char * s_bogusPhysicsParameters = "}\n"
static aesop::map_draw_stats_t s_stats

Function Documentation

static void drawZone ( IN aesop::Zone *  zone,
IN void *  context 
) [static]

Definition at line 42 of file test.cpp.

static void drawNode ( IN const aesop::kd_node_t kn,
IN void *  context 
) [static]

Definition at line 83 of file test.cpp.

int main ( IN int  argc,
IN const char *  argv[] 
)

Definition at line 208 of file test.cpp.


Variable Documentation

const char* s_bogusPhysicsParameters = "}\n" [static]

Definition at line 20 of file test.cpp.

Definition at line 31 of file test.cpp.