Tetris: formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user