mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- added missing declaration for APowerInfiniteAmmo.
SVN r1649 (trunk)
This commit is contained in:
parent
d04ffd57f8
commit
28378a50aa
1 changed files with 8 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue