Data Fields | |
SDL_Surface * | blank |
int | cur_col |
int | cur_line |
SDL_Surface * | font |
SDL_Rect * | font_rects |
int | kb_output |
int | p_h |
SDL_Rect * | p_rect |
int | p_w |
SDL_Surface * | screen |
char * | text |
int | v_h |
int | v_w |
Definition at line 52 of file console_board.c.
SDL_Surface* blank |
int cur_col |
int cur_line |
Definition at line 67 of file console_board.c.
Referenced by move_message_board(), render_board(), and reset_board().
SDL_Surface* font |
SDL_Rect* font_rects |
int kb_output |
Definition at line 53 of file console_board.c.
int p_h |
Definition at line 61 of file console_board.c.
Referenced by move_message_board(), and render_board().
SDL_Rect* p_rect |
int p_w |
Definition at line 63 of file console_board.c.
SDL_Surface* screen |
char* text |
Definition at line 73 of file console_board.c.
Referenced by read_message(), render_board(), and reset_board().
int v_h |
Definition at line 59 of file console_board.c.
Referenced by move_message_board(), render_board(), and reset_board().
int v_w |
Definition at line 60 of file console_board.c.
Referenced by print_message(), render_board(), and reset_board().