mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-16 11:20:33 +00:00
VC CParticle done
This commit is contained in:
parent
ae8a377f26
commit
6a32981ba5
15 changed files with 1147 additions and 500 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
class CVehicle;
|
||||
struct CReference;
|
||||
enum tParticleType;
|
||||
|
||||
struct CAddressInReplayBuffer
|
||||
{
|
||||
|
@ -287,6 +288,8 @@ public:
|
|||
static bool IsPlayingBack() { return Mode == MODE_PLAYBACK; }
|
||||
static bool IsPlayingBackFromFile() { return bPlayingBackFromFile; }
|
||||
|
||||
static void RecordParticle(tParticleType type, CVector const &vecPos, CVector const &vecDir, float fSize, RwRGBA const&color)
|
||||
{ } //TODO
|
||||
private:
|
||||
static void RecordThisFrame(void);
|
||||
static void StorePedUpdate(CPed *ped, int id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue