Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members
E:/Programming/MyProject/K_Game_hg/GameEngine/include/physics/ShapeDefines.h
Go to the documentation of this file.
00001 // Copyright 2006-2011 by Kat'Oun
00002 
00003 #ifndef _SHAPE_DEFINES_H_
00004 #define _SHAPE_DEFINES_H_
00005 
00006 namespace physics
00007 {
00008 
00009 enum ShapeType
00010 {
00011         ST_UNDEFINED,
00012         ST_PLANE,
00013         ST_SPHERE,
00014         ST_BOX, 
00015         ST_CAPSULE,
00016         ST_CONVEX,
00017         ST_MESH,
00018         ST_COUNT
00019 };
00020 
00021 } // end namespace physics
00022 
00023 #endif

The KG Game Engine
The KG Game Engine Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:04 by Doxygen (1.7.4)