ARGH
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / WCE samples / Simple / view.h
1 #ifndef VIEW_H\r
2 #define VIEW_H\r
3 \r
4 #include "wincore.h"\r
5 \r
6 \r
7 class CView : public CWnd\r
8 {\r
9 public:\r
10         CView() {}\r
11         virtual ~CView() {}\r
12         virtual void OnDraw(CDC* pDC);\r
13         virtual LRESULT WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam);\r
14 };\r
15 \r
16 #endif   //VIEW_H\r

UCC git Repository :: git.ucc.asn.au