luainstance: the name is "Lua", not "LUA"

This commit is contained in:
Stefan Seyfried
2013-03-18 16:10:01 +01:00
committed by M. Liebmann
parent f26357e887
commit 4d7e07f81f
3 changed files with 26 additions and 26 deletions

View File

@@ -28,14 +28,14 @@ extern "C" {
#include <driver/fb_window.h>
/* inspired by Steve Kemp http://www.steve.org.uk/ */
class CLUAInstance
class CLuaInstance
{
static const char className[];
static const luaL_Reg methods[];
static CFBWindow *CheckWindow(lua_State *L, int narg);
public:
CLUAInstance();
~CLUAInstance();
CLuaInstance();
~CLuaInstance();
void runScript(const char *fileName);
private: