X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=plugins%2Fentity%2Fskincache.h;h=9a8e836f78a8009d408183bd863ac5a01b3dd7e6;hb=cd6613e5171544b68d4ae70546c90a15c99b22a5;hp=b20d4e70e9429c72689a7cc29bfdd92f5a7601a6;hpb=12b372f89ce109a4db9d510884fbe7d05af79870;p=xonotic%2Fnetradiant.git diff --git a/plugins/entity/skincache.h b/plugins/entity/skincache.h index b20d4e70..9a8e836f 100644 --- a/plugins/entity/skincache.h +++ b/plugins/entity/skincache.h @@ -1,28 +1,28 @@ /* -Copyright (C) 2001-2006, William Joseph. -All Rights Reserved. + Copyright (C) 2001-2006, William Joseph. + All Rights Reserved. -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_SKINCACHE_H) +#if !defined( INCLUDED_SKINCACHE_H ) #define INCLUDED_SKINCACHE_H class ModuleServer; -void Doom3ModelSkinCacheModule_selfRegister(ModuleServer& server); +void Doom3ModelSkinCacheModule_selfRegister( ModuleServer& server ); #endif