TETRIS: use new sdlpp library
This commit is contained in:
+3
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user