2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
6 // $Header: r:/t2repos/thief2/src/editor/preload.h,v 1.2 2000/01/29 13:12:56 adurant Exp $
7 // stupid preloading system
13 EXTERN BOOL
preload_data(int type_code
, char *name
, char *aux
);
14 EXTERN
void preload_free_all(void);
17 #define PRELOAD_SOUND 0x01
18 #define PRELOAD_BIN 0x02