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 |
Definition at line 61 of file console_board.c.
Referenced by board_setup(), delete_board(), and render_board().
| int cur_col |
Definition at line 70 of file console_board.c.
Referenced by board_setup(), print_message(), and reset_board().
| int cur_line |
Definition at line 71 of file console_board.c.
Referenced by board_setup(), move_message_board(), render_board(), and reset_board().
| SDL_Surface* font |
Definition at line 75 of file console_board.c.
Referenced by board_setup(), and render_board().
| SDL_Rect* font_rects |
Definition at line 76 of file console_board.c.
Referenced by board_setup(), and render_board().
| 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 board_setup(), move_message_board(), and render_board().
| SDL_Rect* p_rect |
Definition at line 60 of file console_board.c.
Referenced by board_setup(), and render_board().
| int p_w |
Definition at line 67 of file console_board.c.
Referenced by board_setup().
| SDL_Surface* screen |
Definition at line 59 of file console_board.c.
Referenced by board_setup(), and render_board().
| char* text |
Definition at line 77 of file console_board.c.
Referenced by board_setup(), delete_board(), print_message(), read_message(), render_board(), and reset_board().
| int v_h |
Definition at line 63 of file console_board.c.
Referenced by board_setup(), move_message_board(), print_message(), render_board(), and reset_board().
| int v_w |
Definition at line 64 of file console_board.c.
Referenced by board_setup(), print_message(), render_board(), and reset_board().