summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorVincent Glize <vincentglize@hotmail.fr>2017-04-29 09:16:06 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-04-29 09:16:06 +0200
commit19960e26c672c6337f8c6ffbe27f2c6bca49750c (patch)
tree8913f6063be732c009eac19285bf1fcbbec95d08 /src/client.h
parentb662a4577d692329b9ca83525e6039f2ddcd1ac1 (diff)
downloadminetest-19960e26c672c6337f8c6ffbe27f2c6bca49750c.tar.gz
minetest-19960e26c672c6337f8c6ffbe27f2c6bca49750c.tar.bz2
minetest-19960e26c672c6337f8c6ffbe27f2c6bca49750c.zip
[CSM] add screenshot api lua (#5674)
* [CSM] add screenshot api lua
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 2 insertions, 0 deletions
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