#include "main.h"
Go to the source code of this file.
Enumerations | |
enum | Shape { SHAPE_BOX, SHAPE_SPHERE, SHAPE_CYLINDER } |
Functions | |
string | to_string (Shape s) |
Copyright 2003 by GameBuilders. Distributed WITHOUT WARRANTY under the GPL. See COPYING for details.
Definition in file shape.h.
|
|
|
Definition at line 19 of file shape.h. References SHAPE_BOX, SHAPE_CYLINDER, and SHAPE_SPHERE. |