home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $id: ssvcid gif.h 1.0 08/03/92 10:01 am$
- ** Header for GIF file loading functions.
- **
- ** (C) 1991-3 Larry Widing
- */
- #ifndef __GIF_H__
- #define __GIF_H__ 1
-
- #if defined(__cplusplus)
- extern "C" {
- #endif
-
- extern HDIB ReadGifFile(const char FAR *filename);
-
- #if defined(__cplusplus)
- }
- #endif
-
- #endif /* !defined(__GIF_H__) */
- /*
- ** Modification History
- ** ====================
- **
- ** $lgb$
- ** 08/03/92 Larry Widing Initial Version.
- ** $lge$
- */
-
-