]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/qdata_heretic2/common/inout.h
my own uncrustify run
[xonotic/netradiant.git] / tools / quake2 / qdata_heretic2 / common / inout.h
index 75ef55eef7ec784269e7d615f80a0b3958273885..be0bd9a4a596a6c626312861879fc2ab64d33b18 100644 (file)
@@ -1,23 +1,23 @@
 /*
-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
+ */
 
 #ifndef __INOUT__
 #define __INOUT__
@@ -28,14 +28,14 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 // some useful xml routines
 xmlNodePtr xml_NodeForVec( vec3_t v );
-void xml_SendNode (xmlNodePtr node);
+void xml_SendNode( xmlNodePtr node );
 // print a message in q3map output and send the corresponding select information down the xml stream
 // bError: do we end with an error on this one or do we go ahead?
-void xml_Select (char *msg, int entitynum, int brushnum, qboolean bError);
+void xml_Select( char *msg, int entitynum, int brushnum, qboolean bError );
 // end q3map with an error message and send a point information in the xml stream
 // note: we might want to add a boolean to use this as a warning or an error thing..
-void xml_Winding (char *msg, vec3_t p[], int numpoints, qboolean die);
-void xml_Point (char *msg, vec3_t pt);
+void xml_Winding( char *msg, vec3_t p[], int numpoints, qboolean die );
+void xml_Point( char *msg, vec3_t pt );
 
 extern qboolean bNetworkBroadcast;
 void Broadcast_Setup( const char *dest );
@@ -47,10 +47,10 @@ void Broadcast_Shutdown();
 #define SYS_ERR 3 // error
 #define SYS_NOXML 4 // don't send that down the XML stream
 
-extern qboolean verbose;
-void Sys_Printf (const char *text, ...);
-void Sys_FPrintf (int flag, const char *text, ...);
-void Error( const char *error, ...);
+extern qboolean verbose;
+void Sys_Printf( const char *text, ... );
+void Sys_FPrintf( int flag, const char *text, ... );
+void Error( const char *error, ... );
 
 #ifdef _DEBUG
 #define DBG_XML 1