summaryrefslogtreecommitdiff
path: root/hammer/lprvwindow.h
blob: ca3de51e72f0a64fe511d15406e0c047afecf24b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
//=============================================================================//

#ifndef LPRVWINDOW_H
#define LPRVWINDOW_H
#ifdef _WIN32
#pragma once
#endif

#include "utlvector.h"


class CLightingPreviewResultsWindow : public CWnd
{
public:
	CLightingPreviewResultsWindow();
	virtual ~CLightingPreviewResultsWindow();

	void Create(CWnd *pParentWnd );

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CLightingPreviewResultsWindow)
	//}}AFX_VIRTUAL


protected:

	//{{AFX_MSG(CLightingPreviewResultsWindow)
 	afx_msg void OnPaint();
	afx_msg void OnClose(); 
// 	afx_msg void OnSize(UINT nType, int cx, int cy);
// 	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
// 	afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
// 	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
// 	afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
// 	afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
// 	afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
// 	afx_msg BOOL OnMouseWheel(UINT nFlags, short zDelta, CPoint point);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


#endif // LPRVWINDOW_H