aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-03-21 21:59:03 +0100
committerCharles <sircharlesaze@gmail.com>2020-03-21 21:59:03 +0100
commite8aeab226d40e383f6346890ca41b80258f605f5 (patch)
treeaf090f95d8b9512ca45dc98dd9437a619dde2b47 /include
parent43cdfd38bc27fe96105b48d980799f3b2fdd8f0f (diff)
download2048-e8aeab226d40e383f6346890ca41b80258f605f5.tar.gz
2048-e8aeab226d40e383f6346890ca41b80258f605f5.tar.bz2
2048-e8aeab226d40e383f6346890ca41b80258f605f5.zip
Smooth fontHEADmaster
Diffstat (limited to 'include')
-rw-r--r--include/graphics.hpp2
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);