hl2_src-leak-2017/src/hammer/lprvwindow.h
BotoX 60f625f414 import hl2_src from full.7z
source: magnet:?xt=urn:btih:21DDA6847DDE983F2F8063739249D2D1D09A5DDA
2020-12-25 16:26:23 +01:00

48 lines
1.2 KiB
C++

//========= 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