mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 06:30:34 +00:00
CStreaming DONE
This commit is contained in:
parent
6f4e01f078
commit
847720aeae
11 changed files with 334 additions and 34 deletions
|
@ -2,10 +2,16 @@
|
|||
|
||||
#include "PedType.h"
|
||||
|
||||
struct PedGroup
|
||||
{
|
||||
int32 models[8];
|
||||
};
|
||||
|
||||
class CPopulation
|
||||
{
|
||||
public:
|
||||
static PedGroup *ms_pPedGroups; //[31]
|
||||
static bool &ms_bGivePedsWeapons;
|
||||
|
||||
static void UpdatePedCount(uint32, bool);
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue