dsekai
World engine for retrocomputers.
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs
nullg.h File Reference

Platform-overridden typedefs and macros for drawing graphics. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GRAPHICS_BITMAP
 Struct representing a bitmap on the current platform. More...
 
struct  GRAPHICS_ARGS
 Platform-overridden struct supporting graphics engine. More...
 

Macros

#define GRAPHICS_COLOR_BLACK   0
 GRAPHICS_COLOR value for black on the current platform.
 
#define GRAPHICS_COLOR_CYAN   1
 GRAPHICS_COLOR value for cyan on the current platform.
 
#define GRAPHICS_COLOR_MAGENTA   2
 GRAPHICS_COLOR value for magenta on the current platform.
 
#define GRAPHICS_COLOR_WHITE   3
 GRAPHICS_COLOR value for white on the current platform.
 

Typedefs

typedef int GRAPHICS_COLOR
 Representation for specific colors on the current platform.
 

Detailed Description

Platform-overridden typedefs and macros for drawing graphics.