~shevonar/widelands/reworking-menus

« back to all changes in this revision

Viewing changes to src/game_io/game_saver.h

  • Committer: Shevonar
  • Date: 2013-01-15 23:15:22 UTC
  • mfrom: (6432.1.56 trunk)
  • Revision ID: infomh@anmaruco.de-20130115231522-782njbcagjo6olef
mergedĀ currentĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "wexception.h"
24
24
 
25
 
struct FileSystem;
 
25
class FileSystem;
26
26
 
27
27
namespace Widelands {
28
28