UFO: Alien Invasion
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
checkentities.h
Go to the documentation of this file.
1
5
/*
6
All original material Copyright (C) 2002-2020 UFO: Alien Invasion.
7
8
Copyright (C) 1997-2001 Id Software, Inc.
9
10
This program is free software; you can redistribute it and/or
11
modify it under the terms of the GNU General Public License
12
as published by the Free Software Foundation; either version 2
13
of the License, or (at your option) any later version.
14
15
This program is distributed in the hope that it will be useful,
16
but WITHOUT ANY WARRANTY; without even the implied warranty of
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18
19
See the GNU General Public License for more details.
20
21
You should have received a copy of the GNU General Public License
22
along with this program; if not, write to the Free Software
23
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24
25
*/
26
27
#pragma once
28
29
#include "../map.h"
30
31
void
Check_Stats
(
void
);
32
void
CheckEntities
(
void
);
33
mapbrush_t
**
Check_ExtraBrushesForWorldspawn
(
int
* numBrushes);
Check_Stats
void Check_Stats(void)
print map stats on -stats
Definition:
checkentities.cpp:181
Check_ExtraBrushesForWorldspawn
mapbrush_t ** Check_ExtraBrushesForWorldspawn(int *numBrushes)
single brushes in func_groups are moved to worldspawn. this function allocates space for pointers to ...
Definition:
checkentities.cpp:251
mapbrush_s
Definition:
map.h:75
CheckEntities
void CheckEntities(void)
Perform an entity check.
Definition:
checkentities.cpp:112
src
tools
ufo2map
check
checkentities.h
Generated on Mon Feb 24 2020 05:28:06 for UFO: Alien Invasion by
1.8.8