From 6f99f13cf590c323fd5bd5b4d6855e59f582fb0e Mon Sep 17 00:00:00 2001 From: aunsane Date: Tue, 12 Sep 2017 22:02:30 +0300 Subject: MirLua: massive refactoring - m_msg_buttonbar moved to m_srrm - version bump --- plugins/MirLua/src/m_database.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/MirLua/src/m_database.h (limited to 'plugins/MirLua/src/m_database.h') diff --git a/plugins/MirLua/src/m_database.h b/plugins/MirLua/src/m_database.h new file mode 100644 index 0000000000..73ba76f28c --- /dev/null +++ b/plugins/MirLua/src/m_database.h @@ -0,0 +1,9 @@ +#ifndef _LUA_M_DATABASE_H_ +#define _LUA_M_DATABASE_H_ + +#include + +#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 -- cgit v1.2.3