ericw-tools/qbsp
Tyrann 50e6c880cc [PATCH 9/9] qbsp: Compile as C code
Now that all the C++isms have been removed, rename the .cpp source files to .c
and remove the special case makefile rules for compiling qbsp object files.

Signed-off-by: Tyrann <tyrann@disenchant.net>
2006-09-10 17:38:34 +09:30
..
brush.c [PATCH 8/9] qbsp: Remove stricmp/strcasecmp workaround 2006-09-10 17:38:34 +09:30
bspfile.c [PATCH 4/9] qbsp: Remove default arguments from {Alloc,Free}Mem 2006-09-10 17:38:32 +09:30
cmdlib.c [PATCH 4/9] qbsp: Remove default arguments from {Alloc,Free}Mem 2006-09-10 17:38:32 +09:30
csg4.c [PATCH 4/9] qbsp: Remove default arguments from {Alloc,Free}Mem 2006-09-10 17:38:32 +09:30
file.c [PATCH 9/9] qbsp: Compile as C code 2006-09-10 17:38:34 +09:30
file.h [PATCH 1/9] qbsp: Replace File class with basic stdio functions 2006-09-10 17:38:30 +09:30
globals.c [PATCH 1/9] qbsp: Replace File class with basic stdio functions 2006-09-10 17:38:30 +09:30
map.c [PATCH 8/9] qbsp: Remove stricmp/strcasecmp workaround 2006-09-10 17:38:34 +09:30
mathlib.c [PATCH] Make qbsp build 2006-09-10 17:35:05 +09:30
merge.c [PATCH 4/9] qbsp: Remove default arguments from {Alloc,Free}Mem 2006-09-10 17:38:32 +09:30
outside.c [PATCH 4/9] qbsp: Remove default arguments from {Alloc,Free}Mem 2006-09-10 17:38:32 +09:30
parser.c [PATCH 9/9] qbsp: Compile as C code 2006-09-10 17:38:34 +09:30
parser.h [PATCH 3/9] qbsp: Replace parser class with plain C code 2006-09-10 17:38:31 +09:30
portals.c [PATCH 4/9] qbsp: Remove default arguments from {Alloc,Free}Mem 2006-09-10 17:38:32 +09:30
qbsp.c [PATCH 8/9] qbsp: Remove stricmp/strcasecmp workaround 2006-09-10 17:38:34 +09:30
qbsp.h [PATCH 7/9] qbsp: Replace C++ consts with defines 2006-09-10 17:38:33 +09:30
solidbsp.c [PATCH 5/9] qbsp: Replace new/delete with malloc/free 2006-09-10 17:38:32 +09:30
surfaces.c [PATCH 6/9] qbsp: Remove two C++ style casts 2006-09-10 17:38:33 +09:30
tjunc.c [PATCH 4/9] qbsp: Remove default arguments from {Alloc,Free}Mem 2006-09-10 17:38:32 +09:30
util.c [PATCH 5/9] qbsp: Replace new/delete with malloc/free 2006-09-10 17:38:32 +09:30
wad.c [PATCH 9/9] qbsp: Compile as C code 2006-09-10 17:38:34 +09:30
wad.h [PATCH 2/9] qbsp: Replace WAD class 2006-09-10 17:38:30 +09:30
warnerr.h [PATCH 3/3] qbsp: run indent over the source files 2006-09-05 20:57:33 +09:30
winding.c [PATCH 4/9] qbsp: Remove default arguments from {Alloc,Free}Mem 2006-09-10 17:38:32 +09:30
writebsp.c [PATCH 4/9] qbsp: Remove default arguments from {Alloc,Free}Mem 2006-09-10 17:38:32 +09:30