X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=plugins%2Fentity%2Fdoom3group.h;h=7eef33419eb2c486a832e7e896102d6483ba1220;hb=9dfae1c9b270ee369c6362903a9205b30751b95f;hp=bde7f0840eb5f83c161f844808e88c217fd5b19b;hpb=12b372f89ce109a4db9d510884fbe7d05af79870;p=xonotic%2Fnetradiant.git diff --git a/plugins/entity/doom3group.h b/plugins/entity/doom3group.h index bde7f084..7eef3341 100644 --- a/plugins/entity/doom3group.h +++ b/plugins/entity/doom3group.h @@ -1,35 +1,36 @@ /* -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_STATIC_H) +#if !defined( INCLUDED_STATIC_H ) #define INCLUDED_STATIC_H -namespace scene -{ - class Node; +namespace scene { + class Node; } class EntityClass; void Doom3Group_construct(); + void Doom3Group_destroy(); -scene::Node& New_Doom3Group(EntityClass* eclass); + +scene::Node &New_Doom3Group(EntityClass *eclass); #endif