mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 15:19:04 +00:00
9 lines
130 B
C
9 lines
130 B
C
|
#pragma once
|
||
|
|
||
|
class CObject;
|
||
|
|
||
|
class CProjectileInfo
|
||
|
{
|
||
|
public:
|
||
|
static bool RemoveIfThisIsAProjectile(CObject *pObject);
|
||
|
};
|