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/Cranes.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 'src/control/Cranes.h')
-rw-r--r-- | src/control/Cranes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/control/Cranes.h b/src/control/Cranes.h index 4625463e..9f606c9f 100644 --- a/src/control/Cranes.h +++ b/src/control/Cranes.h @@ -14,4 +14,7 @@ public: static void DeActivateCrane(float, float); static void InitCranes(void); static void UpdateCranes(void); + static void Save(uint8*, uint32*); }; + +void CranesLoad(uint8*, uint32); // is this really outside CCranes? |