mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-30 22:35:29 +00:00
script 900-999
This commit is contained in:
parent
7547f7ae97
commit
043efaf082
13 changed files with 641 additions and 18 deletions
|
@ -40,7 +40,7 @@ enum eParticleObjectState
|
|||
enum tParticleType;
|
||||
class CParticle;
|
||||
|
||||
class CParticleObject : CPlaceable
|
||||
class CParticleObject : public CPlaceable
|
||||
{
|
||||
public:
|
||||
CParticleObject *m_pNext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue