/**********************************************************************
This file is part of Crack dot Com's free source code release of Golgotha.
for information about compiling & licensing issues visit this URL
 If that doesn't help, contact Jonathan Clark at 
  golgotha_source@usa.net (Subject should have "GOLG" in it) 
***********************************************************************/

#ifndef G1_MAKE_TLIST_HH
#define G1_MAKE_TLIST_HH

#include "memory/malloc.hh"
#include "string/string.hh"
class li_object;


void g1_get_load_info(i4_file_class **fp, int t_files,
                      i4_array &texture_name_array,
                      i4_array &model_name_array,
                      int &total_tiles,
                      int include_model_textures);

void g1_make_texture_list_for_model(const i4_const_str model_name,
                                    i4_array &t_arr);

#endif