Changeset 458
- Timestamp:
- 01/09/12 23:13:43 (4 months ago)
- Location:
- cafu/trunk
- Files:
-
- 4 modified
-
CaWE/DialogCustomCompile.hpp (modified) (1 diff)
-
CaWE/wxExt/valTextNumber.hpp (modified) (1 diff)
-
CaWE/wxFB/TerrainEditorDialogs.h (modified) (1 diff)
-
Libs/MaterialSystem/Common/glext.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/CaWE/DialogCustomCompile.hpp
r455 r458 20 20 */ 21 21 22 #ifndef _DIALOG_CUSTOM_COMPILE_H_23 #define _DIALOG_CUSTOM_COMPILE_H_22 #ifndef CAFU_DIALOG_CUSTOM_COMPILE_HPP_INCLUDED 23 #define CAFU_DIALOG_CUSTOM_COMPILE_HPP_INCLUDED 24 24 25 25 #include "wx/dialog.h" -
cafu/trunk/CaWE/wxExt/valTextNumber.hpp
r455 r458 20 20 */ 21 21 22 #ifndef __WX_CAWE_TESTVAL_HPP__23 #define __WX_CAWE_TESTVAL_HPP__22 #ifndef CAFU_WX_CAWE_TESTVAL_HPP_INCLUDED 23 #define CAFU_WX_CAWE_TESTVAL_HPP_INCLUDED 24 24 25 25 #include "wx/defs.h" -
cafu/trunk/CaWE/wxFB/TerrainEditorDialogs.h
r455 r458 27 27 /////////////////////////////////////////////////////////////////////////// 28 28 29 #ifndef __TerrainEditorDialogs__30 #define __TerrainEditorDialogs__29 #ifndef CAFU_TERRAIN_EDITOR_DIALOGS_HPP_INCLUDED 30 #define CAFU_TERRAIN_EDITOR_DIALOGS_HPP_INCLUDED 31 31 32 32 #include <wx/string.h> -
cafu/trunk/Libs/MaterialSystem/Common/glext.h
r455 r458 1 /*2 =================================================================================3 This file is part of Cafu, the open-source game engine and graphics engine4 for multiplayer, cross-platform, real-time 3D action.5 Copyright (C) 2002-2012 Carsten Fuchs Software.6 7 Cafu is free software: you can redistribute it and/or modify it under the terms8 of the GNU General Public License as published by the Free Software Foundation,9 either version 3 of the License, or (at your option) any later version.10 11 Cafu is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;12 without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR13 PURPOSE. See the GNU General Public License for more details.14 15 You should have received a copy of the GNU General Public License16 along with Cafu. If not, see <http://www.gnu.org/licenses/>.17 18 For support and more information about Cafu, visit us at <http://www.cafu.de>.19 =================================================================================20 */21 22 1 #ifndef __glext_h_ 23 2 #define __glext_h_
