VC CParticle done

This commit is contained in:
Fire-Head
2020-05-27 02:16:31 +03:00
parent ae8a377f26
commit 6a32981ba5
15 changed files with 1147 additions and 500 deletions

View File

@ -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);