1 //////////////////////////////////////////////////////////////////////////////
2 // Name:        RGBColor.h
3 // Purpose:
4 // Author:      Alex Thuering
5 // Created:     2005/04/29
6 // RCS-ID:      $Id: RGBColor.h,v 1.1.1.1 2005/05/10 17:51:13 ntalex Exp $
7 // Copyright:   (c) 2005 Alex Thuering
8 // Licence:     wxWindows licence
9 //////////////////////////////////////////////////////////////////////////////
10 
11 #ifndef wxSVG_RGB_COLOR_H
12 #define wxSVG_RGB_COLOR_H
13 
14 #include <wx/colour.h>
15 typedef wxColour wxRGBColor;
16 
17 #endif //wxSVG_RGB_COLOR_H
18