RadiantDoc.h (2390B)
1 /* 2 =========================================================================== 3 Copyright (C) 1999-2005 Id Software, Inc. 4 5 This file is part of Quake III Arena source code. 6 7 Quake III Arena source code is free software; you can redistribute it 8 and/or modify it under the terms of the GNU General Public License as 9 published by the Free Software Foundation; either version 2 of the License, 10 or (at your option) any later version. 11 12 Quake III Arena source code is distributed in the hope that it will be 13 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 GNU General Public License for more details. 16 17 You should have received a copy of the GNU General Public License 18 along with Foobar; if not, write to the Free Software 19 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 =========================================================================== 21 */ 22 // RadiantDoc.h : interface of the CRadiantDoc class 23 // 24 ///////////////////////////////////////////////////////////////////////////// 25 26 #if !defined(AFX_RADIANTDOC_H__330BBF0E_731C_11D1_B539_00AA00A410FC__INCLUDED_) 27 #define AFX_RADIANTDOC_H__330BBF0E_731C_11D1_B539_00AA00A410FC__INCLUDED_ 28 29 #if _MSC_VER >= 1000 30 #pragma once 31 #endif // _MSC_VER >= 1000 32 33 34 class CRadiantDoc : public CDocument 35 { 36 protected: // create from serialization only 37 CRadiantDoc(); 38 DECLARE_DYNCREATE(CRadiantDoc) 39 40 // Attributes 41 public: 42 43 // Operations 44 public: 45 46 // Overrides 47 // ClassWizard generated virtual function overrides 48 //{{AFX_VIRTUAL(CRadiantDoc) 49 public: 50 virtual BOOL OnNewDocument(); 51 virtual void Serialize(CArchive& ar); 52 //}}AFX_VIRTUAL 53 54 // Implementation 55 public: 56 virtual ~CRadiantDoc(); 57 #ifdef _DEBUG 58 virtual void AssertValid() const; 59 virtual void Dump(CDumpContext& dc) const; 60 #endif 61 62 protected: 63 64 // Generated message map functions 65 protected: 66 //{{AFX_MSG(CRadiantDoc) 67 // NOTE - the ClassWizard will add and remove member functions here. 68 // DO NOT EDIT what you see in these blocks of generated code ! 69 //}}AFX_MSG 70 DECLARE_MESSAGE_MAP() 71 }; 72 73 ///////////////////////////////////////////////////////////////////////////// 74 75 //{{AFX_INSERT_LOCATION}} 76 // Microsoft Developer Studio will insert additional declarations immediately before the previous line. 77 78 #endif // !defined(AFX_RADIANTDOC_H__330BBF0E_731C_11D1_B539_00AA00A410FC__INCLUDED_)