2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:47:43 +00:00

More field discoveries and imps

This commit is contained in:
Jack Andersen
2016-03-18 17:58:01 -10:00
parent 0c83d5ba2b
commit 5a4033e925
13 changed files with 172 additions and 17 deletions

View File

@@ -32,11 +32,7 @@ enum class ETextDirection
{
};
class CTextColor : public zeus::CColor
{
public:
CTextColor(const zeus::CColor& col) : zeus::CColor(col) {}
};
using CTextColor = zeus::CColor;
class CGuiTextProperties
{