aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/xeen.h')
-rw-r--r--engines/xeen/xeen.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/xeen/xeen.h b/engines/xeen/xeen.h
index cd1b98b1b8..389d73dcc3 100644
--- a/engines/xeen/xeen.h
+++ b/engines/xeen/xeen.h
@@ -115,21 +115,21 @@ protected:
virtual void showIntro() = 0;
/**
- * Play the game
- */
+ * Play the game
+ */
virtual void playGame();
private:
void initialize();
/**
- * Synchronize savegame data
- */
+ * Synchronize savegame data
+ */
void synchronize(Common::Serializer &s);
/**
- * Support method that generates a savegame name
- * @param slot Slot number
- */
+ * Support method that generates a savegame name
+ * @param slot Slot number
+ */
Common::String generateSaveName(int slot);
// Engine APIs