Fix log graph don't show line at git blame
[TortoiseGit.git] / src / TortoiseGitBlame / TortoiseGitBlame.h
blob560eb830e73d8d5e83a381efc31fc709f4f105f8
2 // TortoiseGitBlame.h : main header file for the TortoiseGitBlame application
3 //
4 #pragma once
6 #ifndef __AFXWIN_H__
7 #error "include 'stdafx.h' before including this file for PCH"
8 #endif
10 #include "resource.h" // main symbols
13 // CTortoiseGitBlameApp:
14 // See TortoiseGitBlame.cpp for the implementation of this class
17 class CTortoiseGitBlameApp : public CWinAppEx
19 public:
20 CTortoiseGitBlameApp();
21 ULONG_PTR m_gdiplusToken;
23 // Overrides
24 public:
25 virtual BOOL InitInstance();
27 // Implementation
28 UINT m_nAppLook;
29 BOOL m_bHiColorIcons;
31 virtual void PreLoadState();
32 virtual void LoadCustomState();
33 virtual void SaveCustomState();
35 CString m_Rev;
36 afx_msg void OnAppAbout();
37 DECLARE_MESSAGE_MAP()
38 virtual int ExitInstance();
41 extern CTortoiseGitBlameApp theApp;