diff options
author | Wes Hampson <thehambone93@gmail.com> | 2020-03-11 04:25:50 +0100 |
---|---|---|
committer | Wes Hampson <thehambone93@gmail.com> | 2020-03-11 04:26:07 +0100 |
commit | 28342405d37ae28fdf98546753e89d683480914f (patch) | |
tree | 3a7d990f29f9882cb180f14034078db107130206 /src/control/Garages.h | |
parent | Begin work on GenericSave (diff) | |
download | re3-28342405d37ae28fdf98546753e89d683480914f.tar re3-28342405d37ae28fdf98546753e89d683480914f.tar.gz re3-28342405d37ae28fdf98546753e89d683480914f.tar.bz2 re3-28342405d37ae28fdf98546753e89d683480914f.tar.lz re3-28342405d37ae28fdf98546753e89d683480914f.tar.xz re3-28342405d37ae28fdf98546753e89d683480914f.tar.zst re3-28342405d37ae28fdf98546753e89d683480914f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/Garages.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/Garages.h b/src/control/Garages.h index fe0d1a20..5e106ade 100644 --- a/src/control/Garages.h +++ b/src/control/Garages.h @@ -147,6 +147,8 @@ public: static void PlayerArrestedOrDied(); static void Init(void); static void Update(void); + static void Load(uint8 *buf, uint32 size); + static void Save(uint8 *buf, uint32 *size); static int16 AddOne(float, float, float, float, float, float, uint8, uint32); static void SetTargetCarForMissonGarage(int16, CVehicle*); static bool HasCarBeenDroppedOffYet(int16); |