X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Flayout.h;h=b89cacb90b1d11a5c1279d0ff2c11b5f9f9ef464;hb=64340dad429ba4040538fc06b6882aabdb489925;hp=a4042316bbdc61d1af6b5f6357a7dbfaadd35cd8;hpb=b14059de03324aecde3efc649293d98ce5b7aaf2;p=r2c2.git diff --git a/source/libr2c2/layout.h b/source/libr2c2/layout.h index a404231..b89cacb 100644 --- a/source/libr2c2/layout.h +++ b/source/libr2c2/layout.h @@ -1,16 +1,9 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_LAYOUT_H_ #define LIBR2C2_LAYOUT_H_ #include #include -#include +#include #include #include "block.h" @@ -29,7 +22,7 @@ class Zone; class Layout { public: - class Loader: public Msp::DataFile::BasicLoader + class Loader: public Msp::DataFile::ObjectLoader { private: bool new_tracks;