Changeset 458 for cafu/trunk

Show
Ignore:
Timestamp:
01/09/12 23:13:43 (4 months ago)
Author:
Carsten
Message:

Continuing r457, additional small fixes:

  • Manually fixed the remaining include guard macro names.
  • Removed a misplaced copyright banner.

References #91.

Location:
cafu/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/CaWE/DialogCustomCompile.hpp

    r455 r458  
    2020*/ 
    2121 
    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 
    2424 
    2525#include "wx/dialog.h" 
  • cafu/trunk/CaWE/wxExt/valTextNumber.hpp

    r455 r458  
    2020*/ 
    2121 
    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 
    2424 
    2525#include "wx/defs.h" 
  • cafu/trunk/CaWE/wxFB/TerrainEditorDialogs.h

    r455 r458  
    2727/////////////////////////////////////////////////////////////////////////// 
    2828 
    29 #ifndef __TerrainEditorDialogs__ 
    30 #define __TerrainEditorDialogs__ 
     29#ifndef CAFU_TERRAIN_EDITOR_DIALOGS_HPP_INCLUDED 
     30#define CAFU_TERRAIN_EDITOR_DIALOGS_HPP_INCLUDED 
    3131 
    3232#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 engine 
    4 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 terms 
    8 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 PARTICULAR 
    13 PURPOSE. See the GNU General Public License for more details. 
    14  
    15 You should have received a copy of the GNU General Public License 
    16 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  
    221#ifndef __glext_h_ 
    232#define __glext_h_