mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-24 05:18:36 +00:00
Sets things up for implementation of the inner mode-specific logic.
This commit is contained in:
@@ -687,9 +687,10 @@ class Base {
|
||||
#undef external_slot
|
||||
#undef slot
|
||||
|
||||
void draw_tms_graphics();
|
||||
void draw_tms_text();
|
||||
void draw_sms();
|
||||
uint32_t *pixel_target_ = nullptr;
|
||||
void draw_tms_character(int start, int end);
|
||||
void draw_tms_text(int start, int end);
|
||||
void draw_sms(int start, int end);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user