TETRIS: Use FontConfiguration
This commit is contained in:
@@ -23,6 +23,7 @@ extern std::shared_ptr< SDLPP::Renderer > g_active_renderer;
|
||||
extern int g_score;
|
||||
extern bool g_update_score;
|
||||
extern bool g_update_colors;
|
||||
extern bool g_update_3d;
|
||||
extern bool g_checked_line;
|
||||
extern bool g_wait_for_anim;
|
||||
extern bool g_update_size;
|
||||
@@ -54,5 +55,6 @@ extern std::vector< std::shared_ptr< TetrisPiece > ( * )(
|
||||
g_tetrisFunctions;
|
||||
|
||||
extern std::shared_ptr< SDLPP::Font > g_font;
|
||||
extern std::shared_ptr< SDLPP::FontConfiguration > g_font_config;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user