]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/wxPython.h
Added missing header files
[wxWidgets.git] / wxPython / src / wxPython.h
index 934894b2a7a4a3842fb2a362023331a839b205cf..dfe04e89ba1f5c37042a47250d8ce932586e3732 100644 (file)
@@ -71,6 +71,7 @@ static void wxPyCoreAPI_IMPORT() {
 #define wxRealPoint_helper(a,b)             (wxPyCoreAPIPtr->p_wxRealPoint_helper(a,b))
 #define wxRect_helper(a,b)                  (wxPyCoreAPIPtr->p_wxRect_helper(a,b))
 #define wxColour_helper(a,b)                (wxPyCoreAPIPtr->p_wxColour_helper(a,b))
+#define wxPoint2DDouble_helper(a,b)         (wxPyCoreAPIPtr->p_wxPoint2DDouble_helper(a,b))
 
 #define wxPyCBH_setCallbackInfo(a, b, c, d) (wxPyCoreAPIPtr->p_wxPyCBH_setCallbackInfo(a,b,c,d))
 #define wxPyCBH_findCallback(a, b)          (wxPyCoreAPIPtr->p_wxPyCBH_findCallback(a, b))
@@ -90,6 +91,9 @@ static void wxPyCoreAPI_IMPORT() {
 #define wxPyUserData_dtor(a)                (wxPyCoreAPIPtr->p_wxPyUserData_dtor(a))
 #define wxPyOORClientData_dtor(a)           (wxPyCoreAPIPtr->p_wxPyOORClientData_dtor(a))
 
+#define wxPyCBInputStream_create(a, b)      (wxPyCoreAPIPtr->p_wxPyCBInputStream_create(a, b))
+
+
 // This one is special.  It's the first function called in SWIG generated
 // modules, so we'll use it to also import the API.
 #define SWIG_newvarlink()     (wxPyCoreAPI_IMPORT(), wxPyCoreAPIPtr->p_SWIG_newvarlink())