re3/src/control/Population.h

7 lines
79 B
C++

#pragma once
class CPopulation
{
public:
static bool &ms_bGivePedsWeapons;
};