/win32/shellext/ThgVersion.h
https://bitbucket.org/tortoisehg/hgtk/ · C Header · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · d162da0eec0c65511fe540661148e29e MD5 · raw file
- #ifndef _THGVERSION_H
- #define _THGVERSION_H
- #include <string>
- class ThgVersion
- {
- public:
- static std::wstring get();
- };
- #endif