1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2026-02-27 10:02:20 +00:00
re3/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);
};