Files
integration/luprex/syscpp/idalloc.hpp

13 lines
166 B
C++
Raw Normal View History

2020-12-05 18:57:53 -05:00
#ifndef IDALLOC_HPP
#define IDALLOC_HPP
#include "luastack.hpp"
int idalloc_getnextid(lua_State *L);
int idalloc_setnextid(lua_State *L);
#endif // IDALLOC_HPP