More replay stuff

This commit is contained in:
Nikolay Korolev 2019-06-25 01:42:23 +03:00
commit cc731f4732
36 changed files with 717 additions and 49 deletions

View file

@ -1,7 +1,11 @@
#pragma once
#include "PedType.h"
class CPopulation
{
public:
static bool &ms_bGivePedsWeapons;
static void UpdatePedCount(uint32, bool);
};