Added aqua_speed for rite geo 50 tryker
[ryzomcore.git] / nel / tools / 3d / tile_edit / TileList.h
blob788185e0ac5b633b7e784727860ae19bf7f4c24b
1 #if !defined(AFX_TILELIST_H__89BE3DF9_A079_4616_BE82_6BC2A3825736__INCLUDED_)
2 #define AFX_TILELIST_H__89BE3DF9_A079_4616_BE82_6BC2A3825736__INCLUDED_
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // TileList.h : header file
8 //
10 /////////////////////////////////////////////////////////////////////////////
11 // TileList window
13 class TileList : public CListBox
15 // Construction
16 public:
17 TileList();
19 // Attributes
20 public:
22 // Operations
23 public:
25 // Overrides
26 // ClassWizard generated virtual function overrides
27 //{{AFX_VIRTUAL(TileList)
28 virtual void DrawItem( LPDRAWITEMSTRUCT lpDrawItemStruct );
29 protected:
30 virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
31 //}}AFX_VIRTUAL
33 // Implementation
34 public:
35 virtual ~TileList();
37 // Generated message map functions
38 protected:
39 //{{AFX_MSG(TileList)
40 // NOTE - the ClassWizard will add and remove member functions here.
41 //}}AFX_MSG
43 DECLARE_MESSAGE_MAP()
46 /////////////////////////////////////////////////////////////////////////////
48 //{{AFX_INSERT_LOCATION}}
49 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
51 #endif // !defined(AFX_TILELIST_H__89BE3DF9_A079_4616_BE82_6BC2A3825736__INCLUDED_)