Hex  1.0
Hydrogen-electron collision solver
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
version.h
Go to the documentation of this file.
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
2  * *
3  * / / / / __ \ \ / / *
4  * / /__ / / / _ \ \ \/ / *
5  * / ___ / | |/_/ / /\ \ *
6  * / / / / \_\ / / \ \ *
7  * *
8  * Jakub Benda (c) 2014 *
9  * Charles University in Prague *
10  * *
11 \* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
12 
13 #ifndef HEX_VERSION
14 #define HEX_VERSION
15 
16 #include <string>
17 
27 extern char const * commit_hash;
28 
30 std::string logo ();
31 
33 std::string logo_raw ();
34 
35 #endif
std::string logo_raw()
Return the application ASCII logo for use in terminal outputs.
Definition: version.cpp:42
std::string logo()
Return the application ASCII logo for use in text outputs.
Definition: version.cpp:23
char const * commit_hash
SHA identificator of the commit.
Definition: version.cpp:21