diff options
Diffstat (limited to 'assetFactory/style.h')
-rw-r--r-- | assetFactory/style.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assetFactory/style.h b/assetFactory/style.h index 84e5dab..8c64276 100644 --- a/assetFactory/style.h +++ b/assetFactory/style.h @@ -27,6 +27,8 @@ public: return {}; } + static std::optional<std::reference_wrapper<const ColourAlpha>> getColour(const StyleStack & parents); + ColourAlpha colour {}; std::string texture; std::string textureRotation; // Multiples of 90deg, no int/enum support |