Merge branch 'openttd'

This commit is contained in:
dP
2021-08-15 16:45:35 +03:00
670 changed files with 61335 additions and 20506 deletions

View File

@@ -1,10 +1,16 @@
#ifndef CITYMANIA_SAVELOAD_HPP
#define CITYMANIA_SAVELOAD_HPP
#include "../saveload/saveload.h"
namespace citymania {
void Save_PSAC();
void Load_PSAC();
struct PSACChunkHandler : ChunkHandler {
PSACChunkHandler() : ChunkHandler('PSAC', CH_TABLE) {}
void Load() const override;
void Save() const override;
};
} // namespace citymania