================== Init_Display Initializes the display with a structure to all the drawing routines ================== */
| 194 | ================== |
| 195 | */ |
| 196 | void Init_Display(displayContextDef_t *dc) |
| 197 | { |
| 198 | DC = dc; |
| 199 | } |
| 200 | |
| 201 | /* |
| 202 | ================== |