|
Hi,I'm having trouble to compile the GLLUA library with LUA-5.0.2, mingw doesn't recognize the lua_Object.
I tried to change it to lua_State but the compiler complains anyway.Moreover, in lua.h, lua_State has this very enigmatic definition: "typedef lua_State lua_State;"
So, what should I replace lua_Object for?