summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/m_database.h
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2017-09-12 22:02:30 +0300
committeraunsane <aunsane@gmail.com>2017-09-12 22:03:37 +0300
commit6f99f13cf590c323fd5bd5b4d6855e59f582fb0e (patch)
tree4b9a66758433be8273c7c20e06ab305901b4fdfb /plugins/MirLua/src/m_database.h
parent6611ef6791a897d23cb79ab7b56eb48d49452b80 (diff)
MirLua: massive refactoring
- m_msg_buttonbar moved to m_srrm - version bump
Diffstat (limited to 'plugins/MirLua/src/m_database.h')
-rw-r--r--plugins/MirLua/src/m_database.h9
1 files changed, 9 insertions, 0 deletions
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 <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