Changed calling conventions again
This commit is contained in:
12
luprex/syscpp/idalloc.hpp
Normal file
12
luprex/syscpp/idalloc.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
#ifndef IDALLOC_HPP
|
||||
#define IDALLOC_HPP
|
||||
|
||||
#include "luastack.hpp"
|
||||
|
||||
int idalloc_getnextid(lua_State *L);
|
||||
int idalloc_setnextid(lua_State *L);
|
||||
|
||||
#endif // IDALLOC_HPP
|
||||
|
||||
Reference in New Issue
Block a user