]> git.tdb.fi Git - libs/datafile.git/blobdiff - tool/tool.h
Style update: remove alignment
[libs/datafile.git] / tool / tool.h
index 99e8297770ef9fd6cfd6a6e12c0f9cf0a2e680c4..d10dc7d3187f6d4d73af8a6b574330b94359f05a 100644 (file)
@@ -1,9 +1,5 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
+#ifndef TOOL_H_
+#define TOOL_H_
 
 #include <string>
 #include <msp/core/application.h>
@@ -14,9 +10,13 @@ private:
        std::string in_fn;
        std::string out_fn;
        bool binary;
+       bool compile;
+
 public:
        DataTool(int argc, char **argv);
        int main();
 
        static Application::RegApp<DataTool> reg;
 };
+
+#endif