Moved declaratrions of wxPyInputStream and etc. into it's own header

file.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-02-28 15:53:14 +00:00
parent 772c017b2c
commit cbf60e091e
7 changed files with 93 additions and 70 deletions

View File

@@ -2,7 +2,7 @@
// Name: streams.i
// Purpose: SWIG definitions of the wxFileSystem family of classes
//
// Author: Joerg Baumann
// Author: Joerg Baumann and Robin Dunn
//
// Created: 25-Sept-2000
// RCS-ID: $Id$
@@ -14,6 +14,7 @@
%{
#include "helpers.h"
#include "pyistream.h"
#include <wx/stream.h>
#include <wx/list.h>
%}