#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | snes_color |
Primitive of 16-bit RGB SNES color. More... | |
struct | snes_palette |
Primitive of a SNES color palette. More... | |
struct | snes_tile8 |
struct | snes_tile_info |
struct | snes_tile16 |
struct | snes_tile32 |
Typedefs | |
typedef struct snes_color | snes_color |
Primitive of 16-bit RGB SNES color. | |
typedef struct snes_palette | snes_palette |
Primitive of a SNES color palette. | |
typedef struct snes_tile8 | snes_tile8 |
typedef struct snes_tile_info | snes_tile_info |
typedef struct snes_tile16 | snes_tile16 |
typedef struct snes_tile32 | snes_tile32 |
typedef struct snes_color snes_color |
Primitive of 16-bit RGB SNES color.
typedef struct snes_palette snes_palette |
Primitive of a SNES color palette.
typedef struct snes_tile8 snes_tile8 |
typedef struct snes_tile_info snes_tile_info |
typedef struct snes_tile16 snes_tile16 |
typedef struct snes_tile32 snes_tile32 |