11# define WARN_UNUSED __attribute__( (warn_unused_result) )
13# define UNILAYER_PACKED __attribute__( (__packed__) )
15# define UNILAYER_PACKED
18#elif defined( __WATCOMC__ )
20# define UNILAYER_PACKED
24# define UNILAYER_PACKED
28#if defined( __GNUC__ ) && !defined( _POSIX_C_SOURCE )
30#define _POSIX_C_SOURCE 200809L
33#define stringize_internal( inp ) #inp
35#define stringize( inp ) stringize_internal( inp )
37#if !defined( PLATFORM_GB ) && !defined( PLATFORM_NDS )
47# define NO_CGA_FUNCTIONS
50#ifndef RESOURCE_NAME_MAX
54#define RESOURCE_NAME_MAX 10
66#define SECTION_WINDOW __attribute__ ((section( "winfns" )))
67#define SECTION_SETUP __attribute__ ((section( "setfns" )))
68#define SECTION_ASN __attribute__ ((section( "asnfns" )))
90#define RES_CONST const
Tools for making common animations and effects.
Functions and macros for dealing with ASN.1 formatted data.
General abstractions for common stdlib-related tasks.
Platform-general abstractions for graphics.
Functions and prototypes for managing memory.
Platform-general function prototypes for loading assets.
Overridable defines to modify Unilayer behavior.
#define RESOURCE_NAME_MAX
Definition: unilayer.h:54
Tools for drawing and interacting with graphical windows on-screen.