summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index eb859f0a8..f03a213db 100644
--- a/src/client.h
+++ b/src/client.h
@@ -63,6 +63,7 @@ extern volatile int cur_time;
extern bool isSafeMode;
extern int serverVersion;
extern int start_time;
+extern int textures_count;
class ErrorListener : public gcn::ActionListener
{