summaryrefslogtreecommitdiffstats
path: root/src/Globals.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2017-08-30 16:04:09 +0200
committerGitHub <noreply@github.com>2017-08-30 16:04:09 +0200
commitda0778dfaa6f82634b91cf981710ecc7809529ae (patch)
treea5f8c532a5f0ec50c1a2957395f2941cc070c226 /src/Globals.h
parentProtocol Spawn Position Should Use LastSentPosition (#3929) (diff)
parentAdd TOLUA_EXPOSITION for readability (diff)
downloadcuberite-da0778dfaa6f82634b91cf981710ecc7809529ae.tar
cuberite-da0778dfaa6f82634b91cf981710ecc7809529ae.tar.gz
cuberite-da0778dfaa6f82634b91cf981710ecc7809529ae.tar.bz2
cuberite-da0778dfaa6f82634b91cf981710ecc7809529ae.tar.lz
cuberite-da0778dfaa6f82634b91cf981710ecc7809529ae.tar.xz
cuberite-da0778dfaa6f82634b91cf981710ecc7809529ae.tar.zst
cuberite-da0778dfaa6f82634b91cf981710ecc7809529ae.zip
Diffstat (limited to 'src/Globals.h')
-rw-r--r--src/Globals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Globals.h b/src/Globals.h
index 67f3cd284..0c48d2ad9 100644
--- a/src/Globals.h
+++ b/src/Globals.h
@@ -476,6 +476,10 @@ using cTickTimeLong = std::chrono::duration<Int64, cTickTime::period>;
#define TOLUA_TEMPLATE_BIND(x)
#endif
+#ifdef TOLUA_EXPOSITION
+ #error TOLUA_EXPOSITION should never actually be defined
+#endif
+