diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-05 03:03:59 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-05 03:03:59 (GMT) |
| commit | 07486c9885fdfde734c5f052a8c31e1af26acfeb (patch) | |
| tree | c279fef5027933db0c83aa38bfcc10727236e169 /src/graphics/Graphics.h | |
| parent | 2d0ce60afe568fb129872abf674aec12cb520907 (diff) | |
| download | powder-07486c9885fdfde734c5f052a8c31e1af26acfeb.zip powder-07486c9885fdfde734c5f052a8c31e1af26acfeb.tar.gz | |
drawtext_outline to fix unreadable infotips, tooltips fade in and out (more like old tpt)
Diffstat (limited to 'src/graphics/Graphics.h')
| -rw-r--r-- | src/graphics/Graphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics/Graphics.h b/src/graphics/Graphics.h index e2ed119..3a87bb6 100644 --- a/src/graphics/Graphics.h +++ b/src/graphics/Graphics.h @@ -225,6 +225,7 @@ public: void Clear(); void Finalise(); // + int drawtext_outline(int x, int y, const char *s, int r, int g, int b, int a); int drawtext(int x, int y, const char *s, int r, int g, int b, int a); int drawtext(int x, int y, std::string s, int r, int g, int b, int a); int drawchar(int x, int y, int c, int r, int g, int b, int a); |
