reworked object system a little bit

This commit is contained in:
Karroffel
2017-03-09 03:03:21 +01:00
parent c772d7f656
commit 575bb7f339
5 changed files with 70 additions and 43 deletions

View File

@@ -14,7 +14,7 @@ struct Color {
private:
static float _parse_col(const String& p_str, int p_ofs);
// static float _parse_col(const String& p_str, int p_ofs);
public:
union {