This commit is contained in:
Roman Masanin
2020-10-18 23:03:03 +03:00
parent 1e3aabf654
commit 0594ed5b46
3 changed files with 71 additions and 20 deletions

View File

@ -381,6 +381,7 @@ private:
public:
static void RemoveThisPed(CPed* pPed);
static uint32* GetLastMissionPassedTime() { return &LastMissionPassedTime; }
#ifdef MISSION_SWITCHER
static void SwitchToMission(int32 mission);
#endif