summaryrefslogtreecommitdiffstats
path: root/src/control/Population.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-06-26 23:24:45 +0200
committereray orçunus <erayorcunus@gmail.com>2019-06-26 23:24:45 +0200
commit15da9beff10f44abaa4015920df412bb8cdc7d4a (patch)
treecc4203c9266b450e393c179c8d528f71c5957f01 /src/control/Population.h
parentMerge branch 'master' of git://github.com/GTAmodding/re3 into erorcun (diff)
parentMerge pull request #48 from Nick007J/master (diff)
downloadre3-15da9beff10f44abaa4015920df412bb8cdc7d4a.tar
re3-15da9beff10f44abaa4015920df412bb8cdc7d4a.tar.gz
re3-15da9beff10f44abaa4015920df412bb8cdc7d4a.tar.bz2
re3-15da9beff10f44abaa4015920df412bb8cdc7d4a.tar.lz
re3-15da9beff10f44abaa4015920df412bb8cdc7d4a.tar.xz
re3-15da9beff10f44abaa4015920df412bb8cdc7d4a.tar.zst
re3-15da9beff10f44abaa4015920df412bb8cdc7d4a.zip
Diffstat (limited to 'src/control/Population.h')
-rw-r--r--src/control/Population.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/control/Population.h b/src/control/Population.h
index ce27657a..a5572cdb 100644
--- a/src/control/Population.h
+++ b/src/control/Population.h
@@ -1,7 +1,11 @@
#pragma once
+#include "PedType.h"
+
class CPopulation
{
public:
static bool &ms_bGivePedsWeapons;
+
+ static void UpdatePedCount(uint32, bool);
}; \ No newline at end of file