From 19960e26c672c6337f8c6ffbe27f2c6bca49750c Mon Sep 17 00:00:00 2001 From: Vincent Glize Date: Sat, 29 Apr 2017 09:16:06 +0200 Subject: [CSM] add screenshot api lua (#5674) * [CSM] add screenshot api lua --- src/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 68953d402..699550eac 100644 --- a/src/client.h +++ b/src/client.h @@ -509,6 +509,8 @@ public: void showGameFog(const bool show = true); void showGameDebug(const bool show = true); + IrrlichtDevice *getDevice() const { return m_device; } + private: // Virtual methods from con::PeerHandler -- cgit v1.2.3