* 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

12
utils/serialize/sercore.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef __SERCORE_H__
#define __SERCORE_H__
#ifdef __GNUG__
#pragma interface
#endif
#include <wx/serbase.h>
DECLARE_SERIAL_CLASS(wxList,wxObject)
#endif