diff options
Diffstat (limited to 'src/control/Population.h')
-rw-r--r-- | src/control/Population.h | 4 |
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 |