From 4f91026a01436d95cb20b3a994e96dce5072544e Mon Sep 17 00:00:00 2001 From: oy Date: Fri, 18 Feb 2011 11:41:27 +0100 Subject: added an editor function to show tile informations (index, flip/rotate status) --- src/engine/client/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/client/client.h') diff --git a/src/engine/client/client.h b/src/engine/client/client.h index 35cbad3b..c073139a 100644 --- a/src/engine/client/client.h +++ b/src/engine/client/client.h @@ -238,6 +238,8 @@ public: virtual bool SoundInitFailed() { return m_SoundInitFailed; } + virtual int GetDebugFont() { return m_DebugFont; } + void DirectInput(int *pInput, int Size); void SendInput(); -- cgit 1.4.1