Pre-resize fillparent
This commit is contained in:
@@ -18,8 +18,6 @@ namespace GUIHelpers {
|
||||
typedef struct SDL_Colour RGBA;
|
||||
typedef struct SDL_Rect Area;
|
||||
|
||||
static const RGBA DEFAULT = { 0, 0, 0, 0 };
|
||||
|
||||
static const RGBA WHITE = { 255, 255, 255, 255 };
|
||||
static const RGBA BLACK = { 0, 0, 0, 255 };
|
||||
|
||||
@@ -38,8 +36,9 @@ namespace GUIHelpers {
|
||||
static const RGBA MAGENTA = { 255, 0, 255, 255 };
|
||||
static const RGBA ROSE = { 255, 0, 128, 255 };
|
||||
|
||||
static const RGBA DEFAULT = WHITE;
|
||||
|
||||
const RGBA& StringtoRGBA(const cString& colour);
|
||||
const RGBA StringtoRGBA(const cString& colour);
|
||||
}/// END NAMESPACE DEFINITION GUIHelpers
|
||||
#endif/// END IFNDEF _GUIUTILITY_HPP_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user