X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=radiant%2Ftextures.h;h=297ebc998359841d6cd7a590f0c80d73c545d3cb;hb=84fe6dcf112eec21940173fec694da653ab77afb;hp=0a570b7d3c3e79624d29d828e29ad01fbdea2a35;hpb=6ee91d153ea09f2dafa62ed2f022f4183c090168;p=xonotic%2Fnetradiant.git diff --git a/radiant/textures.h b/radiant/textures.h index 0a570b7d..297ebc99 100644 --- a/radiant/textures.h +++ b/radiant/textures.h @@ -1,25 +1,25 @@ /* -Copyright (C) 1999-2006 Id Software, Inc. and contributors. -For a list of contributors, see the accompanying CONTRIBUTORS file. + Copyright (C) 1999-2006 Id Software, Inc. and contributors. + For a list of contributors, see the accompanying CONTRIBUTORS file. -This file is part of GtkRadiant. + This file is part of GtkRadiant. -GtkRadiant is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. + GtkRadiant is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. -GtkRadiant is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + GtkRadiant is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with GtkRadiant; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -*/ + You should have received a copy of the GNU General Public License + along with GtkRadiant; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ -#if !defined (INCLUDED_TEXTURES_H) +#if !defined ( INCLUDED_TEXTURES_H ) #define INCLUDED_TEXTURES_H #include "generic/callbackfwd.h" @@ -28,6 +28,6 @@ void Textures_Realise(); void Textures_Unrealise(); void Textures_sharedContextDestroyed(); -void Textures_setModeChangedNotify(const Callback& notify); +void Textures_setModeChangedNotify( const Callback& notify ); #endif