From cc731f47324cf58c899b242e34d661b651d3acef Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Tue, 25 Jun 2019 01:42:23 +0300 Subject: More replay stuff --- src/control/Population.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/control/Population.h') 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 -- cgit v1.2.3