diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-04-15 08:03:53 +0300 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-04-15 08:03:53 +0300 |
commit | daed13485ef47d9c8992e53e1a976fba237fca50 (patch) | |
tree | f8116c26ac5f95a77375d67daffddbeaa19177e0 /src/core/World.h | |
parent | 6473778c47efa1e8c1e2d8eea405de98f378cd69 (diff) |
CWeapon done, ps2 cheats fix
Diffstat (limited to 'src/core/World.h')
-rw-r--r-- | src/core/World.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/World.h b/src/core/World.h index 07e7889f..0ee3fdda 100644 --- a/src/core/World.h +++ b/src/core/World.h @@ -142,6 +142,8 @@ public: static void RemoveStaticObjects(); static void Process(); static void TriggerExplosion(const CVector &, float, float, CEntity*, bool); + + static void UseDetonator(CEntity *); }; extern CColPoint *gaTempSphereColPoints; |