Tetris: formatting

This commit is contained in:
2021-03-13 18:37:23 +01:00
parent 2f20661b5b
commit 594316dcea
5 changed files with 23 additions and 22 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ extern std::vector< std::shared_ptr< TetrisPiece > ( * )(
extern std::shared_ptr< SDLPP::Font > g_font;
extern std::shared_ptr< SDLPP::FontConfiguration > g_font_config;
extern std::vector<std::shared_ptr<SDLPP::Scene>> g_update_scenes;
extern std::vector<std::shared_ptr<SDLPP::RenderObject>> g_update_objects;
extern std::vector< std::shared_ptr< SDLPP::Scene > > g_update_scenes;
extern std::vector< std::shared_ptr< SDLPP::RenderObject > > g_update_objects;
#endif