00001 #ifdef USE_LUGRE_LIB_CAELUM 00002 00003 #ifndef _LUGRE_CAELUM_H_ 00004 #define _LUGRE_CAELUM_H_ 00005 00006 #include "lugre_prefix.h" 00007 #include "lugre_listener.h" 00008 00009 namespace Lugre { 00010 void LuaRegisterCaelum (lua_State *L); 00011 } 00012 00013 #endif 00014 00015 #endif
1.5.6