X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=tool%2Ftool.h;h=43c82e121740b01689231f08a4919bb310065b5a;hp=ab399ad85a43ff58662b93b1cf7bd42b838988e5;hb=19179a622c1de88de5ed7047643eec79f285bf2a;hpb=52e6bd3e02522f68166c70f83d2ef3d7cf0c15ff diff --git a/tool/tool.h b/tool/tool.h index ab399ad..43c82e1 100644 --- a/tool/tool.h +++ b/tool/tool.h @@ -1,29 +1,21 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef TOOL_H_ #define TOOL_H_ #include #include -class DataTool: public Msp::Application +class DataTool: public Msp::RegisteredApplication { private: std::string in_fn; std::string out_fn; bool binary; bool compile; + unsigned float_size; public: DataTool(int argc, char **argv); int main(); - - static Application::RegApp reg; }; #endif