1998-08-05 17:12:43 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: sermain.cpp
|
|
|
|
// Purpose: Serialization: main
|
|
|
|
// Author: Guilhem Lavaux
|
|
|
|
// Modified by:
|
|
|
|
// Created: July 1998
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Copyright: (c) 1998 Guilhem Lavaux
|
|
|
|
// Licence: wxWindows license
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifdef __GNUG__
|
|
|
|
#pragma implementation "serbase.h"
|
|
|
|
#endif
|
|
|
|
|
1998-08-04 17:45:20 +00:00
|
|
|
#include <wx/dynlib.h>
|
|
|
|
#include <wx/serbase.h>
|
|
|
|
|
|
|
|
#include "sercore.h"
|
|
|
|
#include "serwnd.h"
|
|
|
|
#include "sergdi.h"
|
|
|
|
#include "serctrl.h"
|
1998-08-23 09:23:27 +00:00
|
|
|
#include "serext.h"
|
1998-08-04 17:45:20 +00:00
|
|
|
|
|
|
|
IMPLEMENT_DYNAMIC_CLASS(wxObject_Serialize, wxObject)
|
|
|
|
|
|
|
|
WXDLL_ENTRY_FUNCTION()
|