diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 8bffbd1db..e3b425a32 100644 --- a/src/client.h +++ b/src/client.h @@ -464,6 +464,8 @@ public: LocalClientState getState() { return m_state; } + void makeScreenshot(IrrlichtDevice *device); + private: // Virtual methods from con::PeerHandler |