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