homeBasePath = ".";
argv[ i ] = NULL;
}
--
-- /* -fs_pakpath */
-- else if ( strcmp( argv[ i ], "-fs_pakpath" ) == 0 ) {
-- if ( ++i >= *argc ) {
-- Error( "Out of arguments: No path specified after %s.", argv[ i - 1 ] );
-- }
-- argv[ i - 1 ] = NULL;
-- AddPakPath( argv[ i ] );
-- argv[ i ] = NULL;
-- }
-
}
/* remove processed arguments */
void SetupSurfaceLightmaps( void );
void StitchSurfaceLightmaps( void );
-void StoreSurfaceLightmaps( void );
+void StoreSurfaceLightmaps( qboolean fastAllocate );
+
+
+/* exportents.c */
+void ExportEntities( void );
+int ExportEntitiesMain( int argc, char **argv );
+ /* exportents.c */
+ void ExportEntities( void );
+ int ExportEntitiesMain( int argc, char **argv );
+
+
/* image.c */
void ImageFree( image_t *image );
image_t *ImageFind( const char *filename );