Update of /cvsroot/wxlua/wxLua/modules/wxbindstc/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13925/wxLua/modules/wxbindstc/include
Modified Files:
wxbind.h
Log Message:
add hook_cpp_binding_post_includes to the genwxbind rules files to appending arbitrary C code to the bindings
Index: wxbind.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbindstc/include/wxbind.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** wxbind.h 24 May 2006 04:50:01 -0000 1.9
--- wxbind.h 8 Jun 2006 03:22:11 -0000 1.10
***************
*** 9,14 ****
#define __HOOK_WXLUA_wxstc_H__
- #include "wxlua/include/internal.h"
-
#include "wx/defs.h"
#include "wxbind/include/wxbind.h"
--- 9,12 ----
***************
*** 21,24 ****
--- 19,26 ----
#endif
+ #include "wxlua/include/wxlstate.h"
+ #include "wxlua/include/wxlbind.h"
+ #include "wxlua/include/internal.h"
+
// binding class
class wxLuaBinding_wxstc : public wxLuaBinding
|