summaryrefslogtreecommitdiffstats
path: root/source/LuaState.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-08-04LuaState refactoring: initial part.madmaxoft1-0/+90
The cLuaState class is a wrapper for the lua_State * and for the common functions on it. The cPlugin_NewLua has been rewritten to use it instead of the raw pointer. Part of #33