- 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
1 changed files with 8 additions and 0 deletions

View File

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