UFO: Alien Invasion
Loading...
Searching...
No Matches
checklib.h
Go to the documentation of this file.
1
6
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 "
../common/shared.h
"
30
32
#define NUM_NONE -1
33
#define NUM_DIFF -2
34
#define NUM_SAME -3
35
36
void
Check_Printf
(
const
verbosityLevel_t
msgVerbLevel,
bool
change,
int
entnum,
int
brushnum,
const
char
*
format
, ...)
__attribute__
((
format
(__printf__, 5, 6)));
37
void
Check_InitEntityDefs
(
void
);
38
void
Check_Free
(
void
);
Check_InitEntityDefs
void Check_InitEntityDefs(void)
Definition
checklib.cpp:131
Check_Free
void Check_Free(void)
free the mapbrush_t::nearBrushes, compositeSides and entitiesdef.h stuff.
Definition
checklib.cpp:153
Check_Printf
void Check_Printf(const verbosityLevel_t msgVerbLevel, bool change, int entnum, int brushnum, const char *format,...) __attribute__((format(__printf__
__attribute__
#define __attribute__(x)
Definition
cxx.h:37
format
void format(__printf__, 1, 2)))
shared.h
verbosityLevel_t
verbosityLevel_t
verbosity levels for use in calls to Verb_Printf and on the command line -v <int>
Definition
shared.h:40
src
tools
ufo2map
check
checklib.h
Generated on __DATE__ __TIME__ for UFO: Alien Invasion by
1.16.1