diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-21 21:59:03 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-21 21:59:03 +0100 |
| commit | e8aeab226d40e383f6346890ca41b80258f605f5 (patch) | |
| tree | af090f95d8b9512ca45dc98dd9437a619dde2b47 /include/graphics.hpp | |
| parent | 43cdfd38bc27fe96105b48d980799f3b2fdd8f0f (diff) | |
| download | 2048-master.tar.gz 2048-master.tar.bz2 2048-master.zip | |
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); |
