OSDN Git Service

[Refactor] mspell-particularity.cpp/h を mspell-attack 内へ移動
[hengbandforosx/hengbandosx.git] / src / save / info-writer.h
1 #pragma once
2
3 enum class SaveType;
4 struct store_type;
5
6 void wr_store(store_type *store_ptr);
7 void wr_randomizer(void);
8 void wr_options(SaveType type);
9 void wr_ghost(void);
10 void save_quick_start(void);