git repos / blockattack-game

commit 883f5498

Poul Sander · 2023-11-01 20:58
883f5498558a4afe562cc3abdb72efe63f80ea6e patch · browse files
parent 10a4aa95bbf18e64ad6a5097c4c5d4fb37dc962f

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";