From 70f471c5322231d7651c0275df46b3a9547f9ac0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Apr 2012 22:24:38 +0300 Subject: Add option for enable textures compression (disabled by default) --- src/graphics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/graphics.h') 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); -- cgit v1.2.3-60-g2f50