diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-26 22:24:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-27 03:49:15 +0300 |
commit | 70f471c5322231d7651c0275df46b3a9547f9ac0 (patch) | |
tree | 9bc0e4948f8fcfab71c2b4f900dd4c0f16611a96 /src/graphics.h | |
parent | 129b19f69fbbdcd896150aa8faa7f20254169c0c (diff) | |
download | plus-70f471c5322231d7651c0275df46b3a9547f9ac0.tar.gz plus-70f471c5322231d7651c0275df46b3a9547f9ac0.tar.bz2 plus-70f471c5322231d7651c0275df46b3a9547f9ac0.tar.xz plus-70f471c5322231d7651c0275df46b3a9547f9ac0.zip |
Add option for enable textures compression (disabled by default)
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphics.h b/src/graphics.h index 3ae2a7718..1779a14a5 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -257,6 +257,9 @@ class Graphics : public gcn::SDLGraphics virtual int getMemoryUsage() { return 0; } + virtual void updateTextureFormat() + { } + virtual bool drawNet(int x1, int y1, int x2, int y2, int width, int height); |