|
Data Structures |
struct | TILE |
| 4bpp tile type, for easy indexing and copying of 4-bit tiles More...
|
struct | TILE8 |
| 8bpp tile type, for easy indexing and 8-bit tiles More...
|
struct | ObjAffineSource |
| Simple scale-rotation source struct. More...
|
struct | ObjAffineSource |
| Simple scale-rotation source struct. More...
|
struct | BgAffineSource |
| Extended scale-rotate source struct. More...
|
struct | ObjAffineDest |
| Simple scale-rotation destination struct, BG version. More...
|
struct | BgAffineDest |
| Extended scale-rotate destination struct. More...
|
Defines |
#define | TRUE 1 |
#define | FALSE 0 |
Typedefs |
typedef s32 | FIXED |
| Fixed point type.
|
typedef u16 | COLOR |
| Type for colors.
|
typedef u16 | SCR_ENTRY |
typedef u16 | SE |
| Type for screen entries.
|
typedef u8 | SCR_AFF_ENTRY |
typedef u8 | SAE |
| Type for affine screen entries.
|
typedef struct TILE | TILE4 |
typedef u8 | BOOL |
typedef void(* | fnptr )(void) |
| void foo() function pointer
|
typedef void(* | fn_v_i )(int) |
| void foo(int x) function pointer
|
typedef int(* | fn_i_i )(int) |
| int foo(int x) function pointer
|
Enumerations |
enum | bool { false,
true
} |
| Boolean type.
|