1
0
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:
Thomas Harte
2018-10-02 21:58:09 -04:00
parent 1dd5272190
commit 499fc62187
2 changed files with 39 additions and 77 deletions
+4 -3
View File
@@ -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);
};