diff options
Diffstat (limited to 'include/graphics.hpp')
| -rw-r--r-- | include/graphics.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/graphics.hpp b/include/graphics.hpp index f98f175..3a47441 100644 --- a/include/graphics.hpp +++ b/include/graphics.hpp @@ -49,7 +49,7 @@ class Graphics void handleEvent(); SDL_Texture *addNumberTex(int n); SDL_Texture *getNumberTex(int n) const; - SDL_Texture *newTextTex(std::string s, SDL_Color c); + SDL_Texture *newTextTex(std::string s, SDL_Color c, SDL_Color bg); void error() const; static SDL_Color makeColor(int r, int g, int b); |
