git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39419
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#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:
#include "wx/colour.h"
#include "wx/bitmap.h"
#include "wx/font.h"
-#include "wx/hashmap.h"
WXDLLIMPEXP_DATA_CORE(wxBrushList*) wxTheBrushList;
WXDLLIMPEXP_DATA_CORE(wxFontList*) wxTheFontList;
WXDLLIMPEXP_DATA_CORE(wxPalette) wxNullPalette;
#endif
-WX_DECLARE_STRING_HASH_MAP(wxColour*, wxStringToColourHashMap);
-
const wxSize wxDefaultSize(wxDefaultCoord, wxDefaultCoord);
const wxPoint wxDefaultPosition(wxDefaultCoord, wxDefaultCoord);