From: John L. <jr...@us...> - 2006-08-28 05:26:24
|
Update of /cvsroot/wxlua/wxLua/apps/wxluaedit/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1034/wxLua/apps/wxluaedit/src Modified Files: wxluaedit.cpp Log Message: Finished cleaning up the code, removed all code from internal.h and internal.cpp and moved it to other files. Do not #include internal.h anymore! Have the functions in wxLuaState that only call C lua funcs call C helper funcs in wxlstate.cpp so that you don't have to create a wxLuaState if you don't really need it. Index: wxluaedit.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxluaedit/src/wxluaedit.cpp,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** wxluaedit.cpp 23 Aug 2006 04:57:52 -0000 1.20 --- wxluaedit.cpp 28 Aug 2006 05:26:19 -0000 1.21 *************** *** 26,30 **** #include "wx/stedit/stedit.h" #include "wxledit.h" - #include "wxlua/include/internal.h" // Declare the binding initialization functions as extern so we don't have to --- 26,29 ---- |