mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-31 10:21:45 +02:00
definition fix
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
};
|
||||
static void Initialise(void);
|
||||
static void Shutdown(void);
|
||||
static bool AddBullet(CEntity*, eWeaponType, CVector, CVector);
|
||||
static bool AddBullet(CEntity* pSource, eWeaponType type, CVector vecPosition, CVector vecSpeed);
|
||||
static void Update(void);
|
||||
static bool TestForSniperBullet(float x1, float x2, float y1, float y2, float z1, float z2);
|
||||
};
|
Reference in New Issue
Block a user