summaryrefslogtreecommitdiffstats
path: root/src/control/Pickups.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-01-22 00:59:20 +0100
committerGitHub <noreply@github.com>2021-01-22 00:59:20 +0100
commitce77e8041437e8f3e27d1020a3c9261a605137b3 (patch)
tree75089f030514d97c221385be03fed436132d27a0 /src/control/Pickups.h
parentMerge pull request #975 from aap/lcs (diff)
parenta few fixes (diff)
downloadre3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.gz
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.bz2
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.lz
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.xz
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.zst
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.zip
Diffstat (limited to 'src/control/Pickups.h')
-rw-r--r--src/control/Pickups.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/control/Pickups.h b/src/control/Pickups.h
index af9503e0..08fb2bc8 100644
--- a/src/control/Pickups.h
+++ b/src/control/Pickups.h
@@ -117,6 +117,9 @@ public:
static void RemoveAllPickupsOfACertainWeaponGroupWithNoAmmo(eWeaponType);
static CPickup *FindPickUpForThisObject(CEntity*);
+
+ static float GetValue(int);
+ static void SetValue(int, float);
};
extern uint16 AmmoForWeapon[WEAPONTYPE_TOTALWEAPONS + 1];