move main.c::pk3 business->autopk3.c
This commit is contained in:
parent
853633efd1
commit
3cbbbaf7e9
1
Makefile
1
Makefile
|
|
@ -538,6 +538,7 @@ $(INSTALLDIR)/q3map2.$(EXE): \
|
|||
tools/quake3/common/unzip.o \
|
||||
tools/quake3/common/vfs.o \
|
||||
tools/quake3/common/miniz.o \
|
||||
tools/quake3/q3map2/autopk3.o \
|
||||
tools/quake3/q3map2/brush.o \
|
||||
tools/quake3/q3map2/brush_primit.o \
|
||||
tools/quake3/q3map2/bspfile_abstract.o \
|
||||
|
|
|
|||
1844
tools/quake3/q3map2/autopk3.c
Normal file
1844
tools/quake3/q3map2/autopk3.c
Normal file
File diff suppressed because it is too large
Load Diff
30
tools/quake3/q3map2/autopk3.h
Normal file
30
tools/quake3/q3map2/autopk3.h
Normal 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
Loading…
Reference in New Issue
Block a user