]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/parse.h
uncrustify config - not applying until more sync with internal versions are done
[xonotic/netradiant.git] / radiant / parse.h
index ce9e55ba6db1d3eab62a1c5a198ca8ed549f4e16..3e64113ec0ef7564ce6ec867c47404c203dbadd7 100644 (file)
@@ -1,6 +1,6 @@
 /*
-Copyright (C) 1999-2007 id Software, Inc. and contributors.
-For a list of contributors, see the accompanying CONTRIBUTORS file.
+Copyright (C) 2001-2006, William Joseph.
+All Rights Reserved.
 
 This file is part of GtkRadiant.
 
@@ -19,17 +19,7 @@ along with GtkRadiant; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
-// parse.h -- text file parsing routines
-
-#define        MAXTOKEN        1024
-
-extern char    token[MAXTOKEN];
-extern int     scriptline;
-
-// NOTE: added WINAPI call syntax to export these for plugins in _QERScripLibTable
-void       StartTokenParsing (char *data);
-qboolean  GetToken (qboolean crossline);
-void      UngetToken (void);
-qboolean  TokenAvailable (void);
-qboolean  GetTokenExtra (qboolean crossline,char *delimiters,qboolean keepdelimiter); // Hydra: added support for GetTokenExtra()
+#if !defined(INCLUDED_PARSE_H)
+#define INCLUDED_PARSE_H
 
+#endif