diff Applications/ApplicationToolbox.h @ 8:62adabb8c122

Provide "--version" in command-line tools
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Oct 2016 16:53:54 +0200
parents 4a7a53257c7d
children 7a3853d51c45
line wrap: on
line diff
--- a/Applications/ApplicationToolbox.h	Wed Oct 26 15:42:52 2016 +0200
+++ b/Applications/ApplicationToolbox.h	Wed Oct 26 16:53:54 2016 +0200
@@ -40,5 +40,7 @@
                     uint8_t& green,
                     uint8_t& blue,
                     const std::string& color);
+
+    void PrintVersion(const char* path);
   }
 }