convert line ends
[canaan.git] / prj / cam / src / editor / preload.h
blob6f2527063cea0181d86445bcbe906a45ce2324fa
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 // $Header: r:/t2repos/thief2/src/editor/preload.h,v 1.2 2000/01/29 13:12:56 adurant Exp $
7 // stupid preloading system
8 #pragma once
10 #ifndef __PRELOAD_H
11 #define __PRELOAD_H
13 EXTERN BOOL preload_data(int type_code, char *name, char *aux);
14 EXTERN void preload_free_all(void);
16 // type codes
17 #define PRELOAD_SOUND 0x01
18 #define PRELOAD_BIN 0x02
20 #endif // __PRELOAD_H