X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fconstant.h;fp=source%2Fconstant.h;h=1faba71985afc27a4b21a7ef4cdb9f43cf25312d;hb=5453824394771ca21de32088a2842486b63e6f6d;hp=0000000000000000000000000000000000000000;hpb=7876adf8729437f1c917642c5dd5faf6f2e1fb31;p=libs%2Fdatafile.git diff --git a/source/constant.h b/source/constant.h new file mode 100644 index 0000000..1faba71 --- /dev/null +++ b/source/constant.h @@ -0,0 +1,15 @@ +/* +This file is part of libmspparser +Copyright © 2006 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ +#ifndef MSP_PARSER_CONSTANT_H_ +#define MSP_PARSER_CONSTANT_H_ + +class Constant +{ +public: + +}; + +#endif