summaryrefslogtreecommitdiffstats
path: root/src/control/Pickups.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/Pickups.h')
-rw-r--r--src/control/Pickups.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/control/Pickups.h b/src/control/Pickups.h
index d2c3628c..3ae2764c 100644
--- a/src/control/Pickups.h
+++ b/src/control/Pickups.h
@@ -1,9 +1,14 @@
#pragma once
+#include "config.h"
+#include "Pickup.h"
+
class CPickups
{
public:
static void RenderPickUpText(void);
+
+ static CPickup(&aPickUps)[NUMPICKUPS];
};
class CPacManPickups