aboutsummaryrefslogtreecommitdiff
path: root/mwe/resource-manager/map_layer.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-22 12:32:22 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-22 12:32:22 +0100
commit61148c757a1f742ff09e40e5347e74e638c7371c (patch)
treea2e40998981fa6f12430d2a1254250219f30d44f /mwe/resource-manager/map_layer.h
parente2162171c7ab72f450f73a0908946aa4a4dee5ee (diff)
update clang-format optionsHEADmaster
Diffstat (limited to 'mwe/resource-manager/map_layer.h')
-rw-r--r--mwe/resource-manager/map_layer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mwe/resource-manager/map_layer.h b/mwe/resource-manager/map_layer.h
index fb656ed..2adbc0f 100644
--- a/mwe/resource-manager/map_layer.h
+++ b/mwe/resource-manager/map_layer.h
@@ -10,8 +10,8 @@ public:
explicit MapLayer();
~MapLayer();
- bool create(const tmx::Map &, std::uint32_t index,
- const std::vector<TextureMap *> & textures);
+ bool
+ create(const tmx::Map &, std::uint32_t index, const std::vector<TextureMap *> & textures);
void draw(SDL_Renderer *) const;
private: