Changed calling conventions again

This commit is contained in:
2020-12-05 18:57:53 -05:00
parent 150a71433b
commit c751678179
14 changed files with 403 additions and 219 deletions

12
luprex/syscpp/idalloc.hpp Normal file
View 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