summaryrefslogtreecommitdiffstats
path: root/src/control/Pickups.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-06-25 00:42:23 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-06-25 00:42:23 +0200
commitcc731f47324cf58c899b242e34d661b651d3acef (patch)
treea096e4563ff09b208ff4697635baab2ec85395b4 /src/control/Pickups.h
parentCReplay::StorePedAnimation (diff)
downloadre3-cc731f47324cf58c899b242e34d661b651d3acef.tar
re3-cc731f47324cf58c899b242e34d661b651d3acef.tar.gz
re3-cc731f47324cf58c899b242e34d661b651d3acef.tar.bz2
re3-cc731f47324cf58c899b242e34d661b651d3acef.tar.lz
re3-cc731f47324cf58c899b242e34d661b651d3acef.tar.xz
re3-cc731f47324cf58c899b242e34d661b651d3acef.tar.zst
re3-cc731f47324cf58c899b242e34d661b651d3acef.zip
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