Classes | Enumerations

src/cannonball/header/Level.h File Reference

Go to the source code of this file.

Classes

struct  LevelObjectBody
struct  LevelItem
class  Level
 Level class. More...

Enumerations

enum  LevelObjectBodyGeom { bodyDummy, bodySphere, bodyBox, bodyMesh }
enum  LevelObjectBodyType { typeStatic, typeDynamic, typeExtern }
enum  CannonballType { cannonball, cannonballFast, cannonballStrong, cannonballBomb }

Enumeration Type Documentation

Enumerator:
cannonball 
cannonballFast 
cannonballStrong 
cannonballBomb 

Definition at line 17 of file Level.h.

Enumerator:
bodyDummy 
bodySphere 
bodyBox 
bodyMesh 

Definition at line 2 of file Level.h.

Enumerator:
typeStatic 
typeDynamic 
typeExtern 

Definition at line 10 of file Level.h.