![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Go to the source code of this file.
Classes | |
struct | BlamVector2 |
struct | BlamVector3 |
Namespaces | |
Blam | |
Namespace surrounding all major engine components. | |
Blam::World | |
Macros | |
#define | BLAM |
Enumerations | |
enum | BlamDirection { Forward, Backward, Left, Right, Up, Down } |
Functions | |
BLAM float | Blam::World::ConvertFloatToWorldUnits (float value) |
Converts a given float to the equivalent in world units. More... | |
BLAM BlamDirection | Blam::World::GetOppositeDirection (BlamDirection direction) |
Gets the direction opposite to a given direction. More... | |
#define BLAM |
enum BlamDirection |