~shevonar/widelands/reworking-menus

« back to all changes in this revision

Viewing changes to src/game_io/game_loader.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:
23
23
#include <stdint.h>
24
24
#include <string>
25
25
 
26
 
struct FileSystem;
 
26
class FileSystem;
27
27
 
28
28
namespace Widelands {
29
29