- added missing declaration for APowerInfiniteAmmo.

SVN r1649 (trunk)
This commit is contained in:
Christoph Oelckers 2009-06-07 16:48:42 +00:00
parent d04ffd57f8
commit 28378a50aa

View file

@ -253,6 +253,14 @@ protected:
void EndEffect( ); void EndEffect( );
}; };
class APowerInfiniteAmmo : public APowerup
{
DECLARE_CLASS( APowerInfiniteAmmo, APowerup )
protected:
void InitEffect( );
void EndEffect( );
};
class APowerMorph : public APowerup class APowerMorph : public APowerup
{ {
DECLARE_CLASS( APowerMorph, APowerup ) DECLARE_CLASS( APowerMorph, APowerup )