diff options
Diffstat (limited to 'plugins/MirLua/src/m_database.h')
-rw-r--r-- | plugins/MirLua/src/m_database.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/MirLua/src/m_database.h b/plugins/MirLua/src/m_database.h deleted file mode 100644 index 73ba76f28c..0000000000 --- a/plugins/MirLua/src/m_database.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _LUA_M_DATABASE_H_ -#define _LUA_M_DATABASE_H_ - -#include <m_database.h> - -#define MLUA_DATABASE "m_database" -LUAMOD_API int (luaopen_m_database)(lua_State *L); - -#endif //_LUA_M_DATABASE_H_
\ No newline at end of file |