1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-09 07:34:27 +00:00
Files
AROS-v0/workbench/libs/amigaguide/amigaguide_intern.h
2006-07-31 20:03:38 +00:00

48 lines
729 B
C

#ifndef AMIGAGUIDE_INTERN_H
#define AMIGAGUIDE_INTERN_H
/*
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
$Id$
Desc: Internal definitions for amigaguide.library.
Lang: english
*/
#ifndef EXEC_TYPES_H
# include <exec/types.h>
#endif
#ifndef EXEC_LIBRARIES_H
# include <exec/libraries.h>
#endif
#ifndef LIBRARIES_AMIGAGUIDE_H
# include <libraries/amigaguide.h>
#endif
#ifndef AROS_DEBUG_H
#include <aros/debug.h>
#endif
#include LC_LIBDEFS_FILE
/* Predeclaration */
/**************
** Defines **
**************/
/*****************
** Prototypes **
*****************/
/********************
** Library stuff **
********************/
#endif /* AMIGAGUIDE_INTERN_H */