summaryrefslogtreecommitdiffstats
path: root/src/weapons/CProjectileInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/weapons/CProjectileInfo.h')
-rw-r--r--src/weapons/CProjectileInfo.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/weapons/CProjectileInfo.h b/src/weapons/CProjectileInfo.h
deleted file mode 100644
index 426d25f1..00000000
--- a/src/weapons/CProjectileInfo.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#pragma once
-
-#include "Object.h"
-#include "Weapon.h"
-
-struct CProjectileInfo : public CObject {
- eWeaponType m_eWeaponType;
- CEntity *m_pSource;
- int m_nExplosionTime;
- char m_bInUse;
- char field_13;
- char field_14;
- char field_15;
- CVector m_vecPos;
-
- static CProjectileInfo *GetProjectileInfo(int32 id);
- static CProjectileInfo *ms_apProjectile;
-};
-
-extern CProjectileInfo *gaProjectileInfo; \ No newline at end of file