Skip to content

Commit

Permalink
Update savegame.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Mar 23, 2018
1 parent 12e284a commit be628d5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/savegame.hpp
Expand Up @@ -287,6 +287,17 @@ class oos_savegame : public ingame_savegame
bool& ignore_;
};

class mp_debug_savegame : public ingame_savegame
{
public:
mp_debug_savegame(saved_game& gamestate, bool& ignore);

private:
/** Display the save game dialog. */
virtual int show_save_dialog(const std::string& message, DIALOG_TYPE dialog_type) override;
bool& ignore_;
};

/** Class for start-of-scenario saves */
class scenariostart_savegame : public savegame
{
Expand Down

0 comments on commit be628d5

Please sign in to comment.