summaryrefslogtreecommitdiffstats
path: root/src/control/Replay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/Replay.h')
-rw-r--r--src/control/Replay.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h
index b369c13d..0d269316 100644
--- a/src/control/Replay.h
+++ b/src/control/Replay.h
@@ -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);