#include <assert.h>
#include <string>
Go to the source code of this file.
Classes | |
struct | CollisionFuncArg |
Defines | |
#define | PATH_SEP '/' |
#define | PATH_SEP_S '/' |
#define | BAD_PATH_SEP '\\' |
#define | BAD_PATH_SEP_S "\\" |
#define | DEG_TO_RAD(angle) (angle*M_PI/180.0) |
#define | RAD_TO_DEG(angle) (angle*180.0/M_PI) |
Typedefs | |
typedef unsigned int | uint |
Copyright 2003 by GameBuilders. Distributed WITHOUT WARRANTY under the GPL. See COPYING for details.
Definition in file main.h.
|
Definition at line 21 of file main.h. Referenced by convert_path(). |
|
|
|
|
|
Definition at line 19 of file main.h. Referenced by convert_path(). |
|
|
|
Definition at line 38 of file main.h. Referenced by draw_cylinder(). |
|
|