PVSnesLib
4.3.0
Documentation to code in C or ASM for the Nintendo SNES
|
Custom types used by libsnes. More...
Go to the source code of this file.
Macros | |
#define | BIT(n) (1 << n) |
bit field | |
Typedefs | |
typedef unsigned char | bool |
boolean definitions | |
typedef signed char | s8 |
8 bit volatile unsigned integer. | |
typedef void(* | VoidFn) (void) |
a function pointer that takes no arguments and doesn't return anything. | |
Custom types used by libsnes.