re3-wiiu/src/control/Population.h
2019-06-25 01:42:23 +03:00

11 lines
145 B
C++

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