#ifndef GRAPHICS_COERCE_H
#define GRAPHICS_COERCE_H

/*******************************************************************
 pOS / Amiga adapt
*******************************************************************/

#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif

#ifdef __IGNORE_NOT_SUPPORTED__
 #define PRESERVE_COLORS 0
 #define AVOID_FLICKER   0
 #define IGNORE_MCOMPAT  0
#endif /** __IGNORE_NOT_SUPPORTED__ **/

#endif
