Update of /cvsroot/wxlua/wxLua/apps/wxlua/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1034/wxLua/apps/wxlua/src
Modified Files:
wxlua.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: wxlua.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/wxlua/src/wxlua.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** wxlua.cpp 24 May 2006 04:49:59 -0000 1.32
--- wxlua.cpp 28 Aug 2006 05:26:19 -0000 1.33
***************
*** 29,33 ****
#include "wx/image.h"
#include "wxlua/include/wxlua.h"
- #include "wxlua/include/internal.h"
#include "wxluasocket/include/wxldserv.h"
#include "wxluasocket/include/wxlhandl.h"
--- 29,32 ----
|