curfil  ..
 All Classes Functions Variables Typedefs Friends Groups Pages
version.h
1 #ifndef CURFIL_VERSION_H
2 #define CURFIL_VERSION_H
3 
4 #include <string>
5 
6 namespace curfil {
7 
8 const std::string getVersion();
9 
10 }
11 
12 #endif