]> git.saurik.com Git - wxWidgets.git/blob - utils/serialize/serext.h
remove the line for image.h, restore a line commented out by mistake
[wxWidgets.git] / utils / serialize / serext.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: serext.cpp
3 // Purpose: Serialization: Other classes
4 // Author: Guilhem Lavaux
5 // Modified by:
6 // Created: July 1998
7 // RCS-ID: $Id$
8 // Copyright: (c) 1998 Guilhem Lavaux
9 // Licence: wxWindows license
10 /////////////////////////////////////////////////////////////////////////////
11
12 #ifndef __SEREXT_H__
13 #define __SEREXT_H__
14
15 #ifdef __GNUG__
16 #pragma interface
17 #endif
18
19 #include <wx/serbase.h>
20 #include "serwnd.h"
21
22 DECLARE_SERIAL_CLASS(wxSplitterWindow, wxWindow)
23 DECLARE_SERIAL_CLASS(wxGrid, wxPanel)
24 DECLARE_SERIAL_CLASS(wxGridCell, wxObject)
25
26 #endif