car control and friends

This commit is contained in:
Nikolay Korolev 2020-05-07 16:57:49 +03:00
commit 40888e9486
13 changed files with 189 additions and 128 deletions

View file

@ -58,6 +58,8 @@ public:
static void ShutDownForRestart(void);
static void InitialiseWhenRestarting(void);
static void Process(void);
static bool IsInInterior(void) { return currArea != AREA_MAIN_MAP; }
// NB: these do something on PS2
static void TidyUpMemory(bool, bool);