SDLPP: Formatting

This commit is contained in:
2021-03-15 14:50:40 +01:00
parent 4cd351c7a3
commit 6cfe2046d4
4 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ public:
Renderer( Window &window );
virtual ~Renderer();
SDL_Renderer *getRendererPtr();
Vec2D<int> getDimensions() const;
Vec2D< int > getDimensions() const;
int getWidth() const;
int getHeight() const;
int getSmallerSide() const;