diff --git a/source/code/themes.hpp b/source/code/themes.hpp index aecc0dc..ef0fb58 100644 --- a/source/code/themes.hpp +++ b/source/code/themes.hpp @@ -26,11 +26,12 @@ https://www.blockattack.net #include #include -enum class ImgScale { Stretch, - Tile, - Resize, - Cut - }; +enum class ImgScale { + Stretch, + Tile, + Resize, + Cut +}; struct BackGroundData { std::string name = "standard";