mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 23:20:33 +00:00
Audio structs moved to their AudioManager.h
This commit is contained in:
parent
d397a59951
commit
c94ccce6d6
3 changed files with 22 additions and 27 deletions
|
@ -888,15 +888,6 @@ public:
|
|||
#endif
|
||||
};
|
||||
|
||||
class cPedParams
|
||||
{
|
||||
public:
|
||||
bool m_bDistanceCalculated;
|
||||
char gap_1[3];
|
||||
float m_fDistance;
|
||||
CPed *m_pPed;
|
||||
};
|
||||
|
||||
void FinishFuckUCB(CAnimBlendAssociation *assoc, void *arg);
|
||||
|
||||
#ifndef PED_SKIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue