summaryrefslogtreecommitdiffstats
path: root/tests/PieceRotation/LuaState_Typedefs.inc
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2017-02-13 16:50:35 +0100
committerMattes D <github@xoft.cz>2017-02-13 16:50:35 +0100
commit585571d78ca9ff5e384cae8d006a391df0f17ff7 (patch)
treede5267740459c2b9b6b6a1296e9d43eb7ac8ec28 /tests/PieceRotation/LuaState_Typedefs.inc
parentMade survival the default gamemode (#3563) (diff)
downloadcuberite-585571d78ca9ff5e384cae8d006a391df0f17ff7.tar
cuberite-585571d78ca9ff5e384cae8d006a391df0f17ff7.tar.gz
cuberite-585571d78ca9ff5e384cae8d006a391df0f17ff7.tar.bz2
cuberite-585571d78ca9ff5e384cae8d006a391df0f17ff7.tar.lz
cuberite-585571d78ca9ff5e384cae8d006a391df0f17ff7.tar.xz
cuberite-585571d78ca9ff5e384cae8d006a391df0f17ff7.tar.zst
cuberite-585571d78ca9ff5e384cae8d006a391df0f17ff7.zip
Diffstat (limited to 'tests/PieceRotation/LuaState_Typedefs.inc')
-rw-r--r--tests/PieceRotation/LuaState_Typedefs.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/PieceRotation/LuaState_Typedefs.inc b/tests/PieceRotation/LuaState_Typedefs.inc
new file mode 100644
index 000000000..5eba7c6f8
--- /dev/null
+++ b/tests/PieceRotation/LuaState_Typedefs.inc
@@ -0,0 +1,19 @@
+
+// LuaState_Typedefs.inc
+
+// Dummy include file needed for LuaState to compile successfully
+
+
+
+
+
+// Forward-declare classes that are used in the API but never called:
+struct HTTPRequest;
+struct HTTPTemplateRequest;
+class cPluginLua;
+class cBoundingBox;
+template <typename T> class cItemCallback;
+class cEntity;
+
+
+