00001 #ifndef PHYSICFORM_H 00002 #define PHYSICFORM_H 00003 00004 #include "lugre_smartptr.h" 00005 00006 using namespace Lugre; 00007 class lua_State; 00008 00010 class cPhysicForm : public cSmartPointable { public : 00011 00012 // lua binding 00013 static void LuaRegister (lua_State *L); 00014 }; 00015 00016 #endif
1.5.6