Lots of work on LuaStack
This commit is contained in:
19
luprex/syscpp/globaldb.hpp
Normal file
19
luprex/syscpp/globaldb.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
// ClassDB - code to manipulate class databases.
|
||||
//
|
||||
// It would have been easier to write this in Lua, but since every
|
||||
// lua module in the system depends on it, it's safer to have it
|
||||
// preloaded before we even open any of the lua files.
|
||||
//
|
||||
|
||||
#ifndef GLOBALDB_HPP
|
||||
#define GLOBALDB_HPP
|
||||
|
||||
#include "luastack.hpp"
|
||||
|
||||
int lpx_globaldb_global(lua_State *L);
|
||||
|
||||
void luaopen_lpx_globaldb(lua_State *L);
|
||||
|
||||
#endif // GLOBALDB_HPP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user