~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/network/internet_gaming.cc

  • Committer: Holger Rapp
  • Date: 2014-06-21 15:17:04 UTC
  • mto: This revision was merged to the branch mainline in revision 6997.
  • Revision ID: sirver@gmx.de-20140621151704-bt0v8z8nnnxq8p1x
Split io_fileread from io_filesystem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include <boost/format.hpp>
23
23
#include <boost/lexical_cast.hpp>
24
 
#include <libintl.h>
25
24
 
26
25
#include "base/i18n.h"
27
26
#include "base/log.h"