mirror of
https://github.com/halpz/re3.git
synced 2025-04-25 12:05:47 +00:00
9 lines
130 B
C++
9 lines
130 B
C++
#pragma once
|
|
|
|
class CObject;
|
|
|
|
class CProjectileInfo
|
|
{
|
|
public:
|
|
static bool RemoveIfThisIsAProjectile(CObject *pObject);
|
|
}; |