X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftrain.h;h=f8f7bfb51159778549b02afed6de47fa38f98b23;hb=32316772d422223827833366a7ee2d0a76d76ff1;hp=c60b8c044ce743549b5b78eb638183e1fcda189a;hpb=b14059de03324aecde3efc649293d98ce5b7aaf2;p=r2c2.git diff --git a/source/libr2c2/train.h b/source/libr2c2/train.h index c60b8c0..f8f7bfb 100644 --- a/source/libr2c2/train.h +++ b/source/libr2c2/train.h @@ -1,15 +1,9 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_TRAIN_H_ #define LIBR2C2_TRAIN_H_ #include #include +#include #include #include "block.h" #include "blockiter.h" @@ -28,7 +22,7 @@ class Zone; class Train: public sigc::trackable { public: - class Loader: public Msp::DataFile::BasicLoader + class Loader: public Msp::DataFile::ObjectLoader { private: Block *prev_block;