comparison 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
comparison
equal deleted inserted replaced
7:bc3ca410b765 8:62adabb8c122
38 38
39 void ParseColor(uint8_t& red, 39 void ParseColor(uint8_t& red,
40 uint8_t& green, 40 uint8_t& green,
41 uint8_t& blue, 41 uint8_t& blue,
42 const std::string& color); 42 const std::string& color);
43
44 void PrintVersion(const char* path);
43 } 45 }
44 } 46 }