mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-15 19:06:11 +00:00
4 lines
No EOL
191 B
C
4 lines
No EOL
191 B
C
#include <switch.h>
|
|
|
|
void print_char(u64 module_accessor, char to_print, int line_num, float horiz_offset, bool facing_left);
|
|
void print_string(u64 module_accessor, const char* print_str); |