Files
integration/luprex/syscpp/globaldb.hpp

13 lines
131 B
C++
Raw Normal View History

2020-12-05 18:57:53 -05:00
2020-11-27 13:21:07 -05:00
#ifndef GLOBALDB_HPP
#define GLOBALDB_HPP
#include "luastack.hpp"
2020-12-05 18:57:53 -05:00
int globaldb_global(lua_State *L);
2020-11-27 13:21:07 -05:00
#endif // GLOBALDB_HPP