Fix "no remove aqua speed" bug when player leaves the water
[ryzomcore.git] / nel / tools / 3d / tile_edit / tile_edit_exe.h
blob90a9c6541835edeb9ef940f9add445b68a194696
1 // Ryzom - MMORPG Framework <http://dev.ryzom.com/projects/ryzom/>
2 // Copyright (C) 2010 Winch Gate Property Limited
3 //
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Affero General Public License as
6 // published by the Free Software Foundation, either version 3 of the
7 // License, or (at your option) any later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Affero General Public License for more details.
14 // You should have received a copy of the GNU Affero General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
17 #if !defined(AFX_TILE_EDIT_EXE_H__254ECFC3_F100_41C1_8D5E_BA741F24687D__INCLUDED_)
18 #define AFX_TILE_EDIT_EXE_H__254ECFC3_F100_41C1_8D5E_BA741F24687D__INCLUDED_
20 #if _MSC_VER > 1000
21 #pragma once
22 #endif // _MSC_VER > 1000
24 #ifndef __AFXWIN_H__
25 #error include 'stdafx.h' before including this file for PCH
26 #endif
28 #include "resource.h" // main symbols
30 /////////////////////////////////////////////////////////////////////////////
31 // CTile_edit_exeApp:
32 // See tile_edit_exe.cpp for the implementation of this class
35 class CTile_edit_exeApp : public CWinApp
37 public:
38 CTile_edit_exeApp();
40 // Overrides
41 // ClassWizard generated virtual function overrides
42 //{{AFX_VIRTUAL(CTile_edit_exeApp)
43 public:
44 virtual BOOL InitInstance();
45 //}}AFX_VIRTUAL
47 // Implementation
49 //{{AFX_MSG(CTile_edit_exeApp)
50 afx_msg void OnSaveAs();
51 //}}AFX_MSG
52 DECLARE_MESSAGE_MAP()
56 /////////////////////////////////////////////////////////////////////////////
58 //{{AFX_INSERT_LOCATION}}
59 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
61 #endif // !defined(AFX_TILE_EDIT_EXE_H__254ECFC3_F100_41C1_8D5E_BA741F24687D__INCLUDED_)