|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Go to the source code of this file.
Macros | |
| #define | XPOS_INIT 1 |
| #define | YPOS_INIT 1 |
| #define | SCREENWIDTH 640 |
Functions | |
| void | printpos_d (int xpos, int ypos, char *str) |
| void | print_d (char *str) |
Variables | |
| int | disp_xpos = XPOS_INIT |
| int | disp_ypos = YPOS_INIT |
| #define SCREENWIDTH 640 |
Referenced by print_d(), and printpos_d().
| #define XPOS_INIT 1 |
Referenced by print_d(), and printpos_d().
| #define YPOS_INIT 1 |
| void print_d | ( | char * | str | ) |
References bfont_draw(), disp_xpos, disp_ypos, SCREENWIDTH, vram_s, and XPOS_INIT.
Referenced by main().
| void printpos_d | ( | int | xpos, |
| int | ypos, | ||
| char * | str ) |
References bfont_draw(), SCREENWIDTH, vram_s, and XPOS_INIT.