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 56 of file console_board.c.
SDL_Surface* blank |
int cur_col |
int cur_line |
Definition at line 71 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 57 of file console_board.c.
int p_h |
Definition at line 65 of file console_board.c.
Referenced by move_message_board(), and render_board().
SDL_Rect* p_rect |
int p_w |
Definition at line 67 of file console_board.c.
SDL_Surface* screen |
char* text |
Definition at line 77 of file console_board.c.
Referenced by delete_board(), read_message(), render_board(), and reset_board().
int v_h |
Definition at line 63 of file console_board.c.
Referenced by move_message_board(), render_board(), and reset_board().
int v_w |
Definition at line 64 of file console_board.c.
Referenced by print_message(), render_board(), and reset_board().