summaryrefslogtreecommitdiffstats
path: root/src/core/Explosion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Explosion.cpp')
-rw-r--r--src/core/Explosion.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/Explosion.cpp b/src/core/Explosion.cpp
new file mode 100644
index 00000000..f55cbcd6
--- /dev/null
+++ b/src/core/Explosion.cpp
@@ -0,0 +1,5 @@
+#include "common.h"
+#include "patcher.h"
+#include "Explosion.h"
+
+WRAPPER void CExplosion::AddExplosion(CEntity *explodingEntity, CEntity *culprit, eExplosionType type, const CVector &pos, uint32) { EAXJMP(0x5591C0); }