From 28378a50aa620d0fe1b3dbf0e3ace5996b60573c Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 7 Jun 2009 16:48:42 +0000 Subject: [PATCH] - added missing declaration for APowerInfiniteAmmo. SVN r1649 (trunk) --- src/g_shared/a_artifacts.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/g_shared/a_artifacts.h b/src/g_shared/a_artifacts.h index adbe991ab..28af16e44 100644 --- a/src/g_shared/a_artifacts.h +++ b/src/g_shared/a_artifacts.h @@ -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 )