commit 883f5498
Reformat enum
Changed files
| M | source/code/themes.hpp before |
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 <string>
#include <vector>
-enum class ImgScale { Stretch,
- Tile,
- Resize,
- Cut
- };
+enum class ImgScale {
+ Stretch,
+ Tile,
+ Resize,
+ Cut
+};
struct BackGroundData {
std::string name = "standard";