diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-06-28 03:59:07 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-06-28 05:12:54 +0300 |
commit | f8297df9c5a7d65d5658d1a8d85d391fbb15b95a (patch) | |
tree | 9dcfac13fc3be99320ca7b546c4ff2007bff4121 /src/vehicles/Bike.cpp | |
parent | 3587cb029e179fe08e572811e467227193e423d5 (diff) |
Redo ReadSaveBuf + common.h cleanup
Diffstat (limited to 'src/vehicles/Bike.cpp')
-rw-r--r-- | src/vehicles/Bike.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vehicles/Bike.cpp b/src/vehicles/Bike.cpp index 0b6d4e3a..e5bb3622 100644 --- a/src/vehicles/Bike.cpp +++ b/src/vehicles/Bike.cpp @@ -36,6 +36,7 @@ #include "Automobile.h" #include "Bike.h" #include "Debug.h" +#include "SaveBuf.h" const uint32 CBike::nSaveStructSize = #ifdef COMPATIBLE_SAVES |