summaryrefslogtreecommitdiff
path: root/src/T2FilePreview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2FilePreview.h')
-rw-r--r--src/T2FilePreview.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/T2FilePreview.h b/src/T2FilePreview.h
index fcaf1ff..dce5513 100644
--- a/src/T2FilePreview.h
+++ b/src/T2FilePreview.h
@@ -1,3 +1,18 @@
#pragma once
#include "common.h"
+class T2FilePreview : public CWnd {
+ DECLARE_MESSAGE_MAP()
+
+public:
+ T2FilePreview();
+ ~T2FilePreview();
+
+ void SetFile(const char *path);
+
+protected:
+ void OnPaint();
+
+ CString mStr40;
+ CString mStr44;
+};