summaryrefslogtreecommitdiffstats
path: root/source/World.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-15 22:12:57 +0200
committermadmaxoft <github@xoft.cz>2013-08-15 22:12:57 +0200
commit7acb665f25a073bf9eb3ca0f8cced0f1caea1dfd (patch)
treecf197376fb1c661e0f29c296e956d42c8785f769 /source/World.h
parentMerge pull request #95 from mc-server/CryptoUpdate (diff)
downloadcuberite-7acb665f25a073bf9eb3ca0f8cced0f1caea1dfd.tar
cuberite-7acb665f25a073bf9eb3ca0f8cced0f1caea1dfd.tar.gz
cuberite-7acb665f25a073bf9eb3ca0f8cced0f1caea1dfd.tar.bz2
cuberite-7acb665f25a073bf9eb3ca0f8cced0f1caea1dfd.tar.lz
cuberite-7acb665f25a073bf9eb3ca0f8cced0f1caea1dfd.tar.xz
cuberite-7acb665f25a073bf9eb3ca0f8cced0f1caea1dfd.tar.zst
cuberite-7acb665f25a073bf9eb3ca0f8cced0f1caea1dfd.zip
Diffstat (limited to '')
-rw-r--r--source/World.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/World.h b/source/World.h
index 4f1e942e4..8525eebe5 100644
--- a/source/World.h
+++ b/source/World.h
@@ -403,7 +403,7 @@ public:
| esWitherBirth | TBD |
| esPlugin | void * |
*/
- void DoExplosiontAt(double a_ExplosionSize, double a_BlockX, double a_BlockY, double a_BlockZ, bool a_CanCauseFire, eExplosionSource a_Source, void * a_SourceData);
+ void DoExplosiontAt(double a_ExplosionSize, double a_BlockX, double a_BlockY, double a_BlockZ, bool a_CanCauseFire, eExplosionSource a_Source, void * a_SourceData); // tolua_export
/// Calls the callback for the chest at the specified coords; returns false if there's no chest at those coords, true if found
bool DoWithChestAt (int a_BlockX, int a_BlockY, int a_BlockZ, cChestCallback & a_Callback); // Exported in ManualBindings.cpp