TETRIS: use new sdlpp library

This commit is contained in:
2020-11-21 20:58:52 +01:00
parent a67e9e5b1a
commit 90879a3f21
11 changed files with 635 additions and 507 deletions
+3 -2
View File
@@ -55,8 +55,9 @@
#define colors color_schemes[color_schemes_names[selected_color_scheme]]
extern std::map<std::string, std::map<std::string, std::string>> color_schemes;
extern std::vector<std::string> color_schemes_names;
extern std::map< std::string, std::map< std::string, std::string > >
color_schemes;
extern std::vector< std::string > color_schemes_names;
extern long unsigned int selected_color_scheme;
extern bool g_show_shadow;
extern bool g_show_3d;