Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members
mechcommon.h
00001 #ifndef __CEL_PF_MECHANICS_COMMON_H__ 00002 #define __CEL_PF_MECHANICS_COMMON_H__ 00003 00004 enum celForceType { 00005 CEL_FT_REACTIONARY, //This type of force is created by reactionary forces. 00006 //(will always affect the object.) 00007 CEL_FT_FLUID, //This type of force acts on a fluid. 00008 //(requires that the object is in a fluid.) 00009 CEL_FT_SURFACE //This type of force acts on a surface. 00010 //(requires that the object is in contact with a surface.) 00011 }; 00012 00013 #endif //__CEL_PF_MECHANICS_COMMON_H__ 00014
Generated for CEL: Crystal Entity Layer by doxygen 1.4.4