ClassDB is now in C++
This commit is contained in:
13
luprex/syscpp/lpx-classdb.hpp
Normal file
13
luprex/syscpp/lpx-classdb.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef LPX_CLASSDB_HPP
|
||||
#define LPX_CLASSDB_HPP
|
||||
|
||||
#include "lua-headers.hpp"
|
||||
|
||||
int lpx_classdb_get(lua_State *L);
|
||||
int lpx_classdb_reset(lua_State *L);
|
||||
int lpx_classdb_accessor(lua_State *L);
|
||||
int luaopen_lpx_classdb(lua_State *L);
|
||||
|
||||
#endif // LPX_CLASSDB_HPP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user