fix(ci): Forward decl. error
This commit is contained in:
parent
e5d981faf9
commit
b7f9cb2820
@ -17,8 +17,7 @@ union rgba {
|
|||||||
uint32_t v;
|
uint32_t v;
|
||||||
};
|
};
|
||||||
|
|
||||||
class color;
|
static map<string, class color> g_colorstore;
|
||||||
static map<string, color> g_colorstore;
|
|
||||||
|
|
||||||
class color {
|
class color {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user