Minor tweaks and cosmetics.

This commit is contained in:
Birunthan Mohanathas
2012-03-02 10:04:08 +00:00
parent 4766da1c53
commit 4a7ef7508f
4 changed files with 7 additions and 33 deletions

View File

@ -25,13 +25,12 @@
class LuaManager
{
public:
static void Init();
static void CleanUp();
static void Initialize();
static void Finalize();
static lua_State* GetState() { return c_State; }
static void ReportErrors(lua_State* L);
static void LuaLog(int nLevel, const char* format, ... );
static void PushWide(lua_State* L, const WCHAR* str);
static std::wstring ToWide(lua_State* L, int narg);