From: John L. <jr...@us...> - 2005-11-26 08:47:06
|
Update of /cvsroot/wxlua/wxLua/apps/wxlua/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25224/wxLua/apps/wxlua/src Modified Files: wxlua.cpp wxlua.h Log Message: Use the new wxLuaState in place of wxLuaStateVariables (removed) Index: wxlua.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxlua/src/wxlua.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** wxlua.cpp 25 Nov 2005 22:00:36 -0000 1.6 --- wxlua.cpp 26 Nov 2005 08:46:57 -0000 1.7 *************** *** 29,32 **** --- 29,33 ---- #include "wx/image.h" #include "wxlua/include/wxlua.h" + #include "wxlua/include/wxlintrp.h" #include "wxlua.h" Index: wxlua.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxlua/src/wxlua.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxlua.h 25 Nov 2005 19:22:57 -0000 1.4 --- wxlua.h 26 Nov 2005 08:46:57 -0000 1.5 *************** *** 30,33 **** --- 30,34 ---- class LuaHandler; + class wxLuaEvent; class wxLuaStandaloneApp : public wxApp |