mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-29 14:51:17 +00:00
5 lines
118 B
C
5 lines
118 B
C
|
|
||
|
byte draw_char(char ch, word x, byte y, byte color);
|
||
|
|
||
|
void draw_string(const char* str, word x, byte y, byte color);
|