1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-03-15 19:06:11 +00:00
UltimateTrainingModpack/source/raygun_printer.h
2019-05-01 11:04:54 -07:00

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);