summaryrefslogtreecommitdiffstats
path: root/src/control/Population.h
blob: ce27657a55cabf957727bac1e2ca23183a50379e (plain) (blame)
1
2
3
4
5
6
7
#pragma once

class CPopulation
{
public:
	static bool &ms_bGivePedsWeapons;
};