]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/map.h
Fixing the native Windows file dialog in Rametter-temp-fixes branch
[xonotic/netradiant.git] / radiant / map.h
index efc8f68ae43ca0754d47c612d48fbad8cd71630d..39b96ff5604a70263d0c62147cfddde3b8904659 100644 (file)
@@ -1,72 +1,72 @@
-/*\r
-Copyright (C) 1999-2007 id Software, Inc. and contributors.\r
-For a list of contributors, see the accompanying CONTRIBUTORS file.\r
-\r
-This file is part of GtkRadiant.\r
-\r
-GtkRadiant is free software; you can redistribute it and/or modify\r
-it under the terms of the GNU General Public License as published by\r
-the Free Software Foundation; either version 2 of the License, or\r
-(at your option) any later version.\r
-\r
-GtkRadiant is distributed in the hope that it will be useful,\r
-but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-GNU General Public License for more details.\r
-\r
-You should have received a copy of the GNU General Public License\r
-along with GtkRadiant; if not, write to the Free Software\r
-Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\r
-*/\r
-\r
-// map.h -- the state of the current world that all views are displaying\r
-\r
-extern char            currentmap[1024];\r
-\r
-// head/tail of doubly linked lists\r
-extern brush_t active_brushes; // brushes currently being displayed\r
-extern brush_t selected_brushes;       // highlighted\r
-\r
-extern CPtrArray& g_ptrSelectedFaces;\r
-extern CPtrArray& g_ptrSelectedFaceBrushes;\r
-\r
-extern brush_t filtered_brushes;       // brushes that have been filtered or regioned\r
-\r
-extern entity_t        entities;\r
-extern entity_t        *world_entity;  // the world entity is NOT included in\r
-                                                                       // the entities chain\r
-\r
-extern int     modified;               // for quit confirmations\r
-\r
-extern vec3_t  region_mins, region_maxs;\r
-extern qboolean        region_active;\r
-\r
-extern brush_t   *region_sides[6];\r
-\r
-void Map_Init();\r
-\r
-void   Map_LoadFile (const char *filename);\r
-void   Map_SaveFile (const char *filename, qboolean use_region);\r
-\r
-void   Map_New (void);\r
-void  Map_Free (void);\r
-void   Map_BuildBrushData(void);\r
-\r
-void   Map_RegionOff (void);\r
-void   Map_RegionXY (void);\r
-void   Map_RegionTallBrush (void);\r
-void   Map_RegionBrush (void);\r
-void   Map_RegionSelectedBrushes (void);\r
-qboolean Map_IsBrushFiltered (brush_t *b);\r
-\r
-void Map_ImportFile (const char *filename);\r
-void Map_SaveSelected(const char* filename);\r
-//void Map_SaveSelected(MemStream* pMemFile, MemStream* pPatchFile = NULL);\r
-//void Map_ImportBuffer (char* buf);\r
-\r
-void  Map_StartPosition(void);\r
-void Region_SpawnPoint(FILE *f);\r
-\r
-void Map_Import(IDataStream *in, const char* type, bool bAddSelected = false);\r
-void Map_Export(IDataStream *out, const char* type, bool bRegionOnly = false , bool bSelectedOnly = false);\r
-\r
+/*
+Copyright (C) 1999-2007 id Software, Inc. and contributors.
+For a list of contributors, see the accompanying CONTRIBUTORS file.
+
+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 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
+*/
+
+// map.h -- the state of the current world that all views are displaying
+
+extern char            currentmap[1024];
+
+// head/tail of doubly linked lists
+extern brush_t active_brushes; // brushes currently being displayed
+extern brush_t selected_brushes;       // highlighted
+
+extern CPtrArray& g_ptrSelectedFaces;
+extern CPtrArray& g_ptrSelectedFaceBrushes;
+
+extern brush_t filtered_brushes;       // brushes that have been filtered or regioned
+
+extern entity_t        entities;
+extern entity_t        *world_entity;  // the world entity is NOT included in
+                                                                       // the entities chain
+
+extern int     modified;               // for quit confirmations
+
+extern vec3_t  region_mins, region_maxs;
+extern qboolean        region_active;
+
+extern brush_t   *region_sides[6];
+
+void Map_Init();
+
+void   Map_LoadFile (const char *filename);
+void   Map_SaveFile (const char *filename, qboolean use_region);
+
+void   Map_New (void);
+void  Map_Free (void);
+void   Map_BuildBrushData(void);
+
+void   Map_RegionOff (void);
+void   Map_RegionXY (void);
+void   Map_RegionTallBrush (void);
+void   Map_RegionBrush (void);
+void   Map_RegionSelectedBrushes (void);
+qboolean Map_IsBrushFiltered (brush_t *b);
+
+void Map_ImportFile (const char *filename);
+void Map_SaveSelected(const char* filename);
+//void Map_SaveSelected(MemStream* pMemFile, MemStream* pPatchFile = NULL);
+//void Map_ImportBuffer (char* buf);
+
+void  Map_StartPosition(void);
+void Region_SpawnPoint(FILE *f);
+
+void Map_Import(IDataStream *in, const char* type, bool bAddSelected = false);
+void Map_Export(IDataStream *out, const char* type, bool bRegionOnly = false , bool bSelectedOnly = false);
+