mirror of
https://github.com/td512/re3.git
synced 2026-01-27 20:37:51 +00:00
7 lines
79 B
C++
7 lines
79 B
C++
#pragma once
|
|
|
|
class CPopulation
|
|
{
|
|
public:
|
|
static Bool &ms_bGivePedsWeapons;
|
|
}; |