Additional changes to a4844ca

This commit is contained in:
Birunthan Mohanathas
2012-10-06 22:03:29 +03:00
parent a4844ca924
commit 1b235dbae8
6 changed files with 27 additions and 30 deletions

View File

@ -34,7 +34,7 @@ public:
static lua_State* GetState() { return c_State; }
static void ReportErrors(lua_State* L);
static void ReportErrors(lua_State* L, const std::wstring& file);
static void PushWide(lua_State* L, const WCHAR* str);
static std::wstring ToWide(lua_State* L, int narg);