]>
Commit | Line | Data |
---|---|---|
123a7fdd GL |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: sermain.cpp | |
3 | // Purpose: Serialization: main | |
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 | #ifdef __GNUG__ | |
13 | #pragma implementation "serbase.h" | |
14 | #endif | |
15 | ||
9fdd8384 GL |
16 | #include <wx/dynlib.h> |
17 | #include <wx/serbase.h> | |
18 | ||
19 | #include "sercore.h" | |
20 | #include "serwnd.h" | |
21 | #include "sergdi.h" | |
22 | #include "serctrl.h" | |
1d44aaf8 | 23 | #include "serext.h" |
9fdd8384 GL |
24 | |
25 | IMPLEMENT_DYNAMIC_CLASS(wxObject_Serialize, wxObject) | |
26 | ||
9fdd8384 | 27 | WXDLL_ENTRY_FUNCTION() |