#include "wx/list.h"
#include "wx/string.h"
#include "wx/fontenc.h"
-#include "wx/hashmap.h"
#include "wx/math.h"
// ---------------------------------------------------------------------------
class WXDLLIMPEXP_CORE wxPen;
class WXDLLIMPEXP_CORE wxRegion;
class WXDLLIMPEXP_BASE wxString;
+class wxStringToColourHashMap;
// ---------------------------------------------------------------------------
// constants
#endif
};
-WX_DECLARE_STRING_HASH_MAP( wxColour *, wxStringToColourHashMap );
-
class WXDLLEXPORT wxColourDatabase
{
public:
extern WXDLLEXPORT_DATA(const wxSize) wxDefaultSize;
extern WXDLLEXPORT_DATA(const wxPoint) wxDefaultPosition;
-// The list of objects which should be deleted
-extern WXDLLEXPORT_DATA(wxList) wxPendingDelete;
-
// ---------------------------------------------------------------------------
// global functions
// ---------------------------------------------------------------------------