Docs » Include » proto » iffparse.h
#ifndef PROTO_IFFPARSE_H
#define PROTO_IFFPARSE_H
/*
** $VER: iffparse.h 44.1 (1.11.1999)
** Includes Release 45.1
**
** Lattice `C' style prototype/pragma header file combo
**
** (C) Copyright 2001 Amiga, Inc.
** All Rights Reserved
*/
#ifndef PRAGMAS_IFFPARSE_PRAGMAS_H
#include <pragmas/iffparse_pragmas.h>
#endif
#ifndef EXEC_LIBRARIES_H
#include <exec/libraries.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library * IFFParseBase;
#endif /* __NOLIBBASE__ */
#endif /* PROTO_IFFPARSE_H */
|