move main.c::pk3 business->autopk3.c

This commit is contained in:
Garux 2019-12-20 17:37:10 +03:00
parent 853633efd1
commit 3cbbbaf7e9
4 changed files with 1877 additions and 1816 deletions

View File

@ -538,6 +538,7 @@ $(INSTALLDIR)/q3map2.$(EXE): \
tools/quake3/common/unzip.o \ tools/quake3/common/unzip.o \
tools/quake3/common/vfs.o \ tools/quake3/common/vfs.o \
tools/quake3/common/miniz.o \ tools/quake3/common/miniz.o \
tools/quake3/q3map2/autopk3.o \
tools/quake3/q3map2/brush.o \ tools/quake3/q3map2/brush.o \
tools/quake3/q3map2/brush_primit.o \ tools/quake3/q3map2/brush_primit.o \
tools/quake3/q3map2/bspfile_abstract.o \ tools/quake3/q3map2/bspfile_abstract.o \

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,30 @@
/*
Copyright (C) 1999-2006 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
*/
#if !defined( INCLUDED_AUTOPK3_H )
#define INCLUDED_AUTOPK3_H
extern char g_q3map2path[1024];
int pk3BSPMain( int argc, char **argv );
int repackBSPMain( int argc, char **argv );
#endif

File diff suppressed because it is too large Load Diff