summaryrefslogtreecommitdiffstats
path: root/src/weapons/ProjectileInfo.h
blob: f4753b2808637d08c354d15900b9bba80e52f0b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

class CObject;

class CProjectileInfo
{
public:
	static bool RemoveIfThisIsAProjectile(CObject *pObject);
};