/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

  1. #ifndef _THGVERSION_H
  2. #define _THGVERSION_H
  3. #include <string>
  4. class ThgVersion
  5. {
  6. public:
  7. static std::wstring get();
  8. };
  9. #endif