prosperon/source/engine/kim.h
2024-01-15 18:29:21 +00:00

7 lines
78 B
C

#ifndef KIM_H
#define KIM_H
void write_kim_char(char c, char *into);
#endif