* Added serialization code to the repository

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1998-08-04 17:45:20 +00:00
parent 06db8ebd73
commit 9fdd83842f
13 changed files with 1187 additions and 0 deletions

13
utils/serialize/serext.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef __SEREXT_H__
#define __SEREXT_H__
#ifdef __GNUG__
#pragma interface
#endif
#include <wx/serbase.h>
#include "serwnd.h"
DECLARE_SERIAL_CLASS(wxSplitterWindow, wxWindow)
#endif