1999-01-01 15:56:08 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: gdiobj.cpp
|
|
|
|
// Purpose: wxGDIObject class
|
|
|
|
// Author: AUTHOR
|
|
|
|
// Modified by:
|
|
|
|
// Created: ??/??/98
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Copyright: (c) AUTHOR
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifdef __GNUG__
|
|
|
|
#pragma implementation "gdiobj.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "wx/gdiobj.h"
|
|
|
|
|
2000-08-09 10:10:14 +00:00
|
|
|
#if !USE_SHARED_LIBRARIES
|
1999-01-01 15:56:08 +00:00
|
|
|
IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
|
2000-08-09 10:10:14 +00:00
|
|
|
#endif
|
1999-01-01 15:56:08 +00:00
|
|
|
|
|
|
|
// TODO: Nothing to do, unless you want to.
|