Update text.h

This commit is contained in:
Jason Bou-Samra
2024-10-28 20:25:44 +11:00
committed by GitHub
parent 1ed4875725
commit 5f0ec6893d
+1 -1
View File
@@ -2,7 +2,7 @@
#define TEXT_H #define TEXT_H
int Ren_line(char line[], int char_x, int char_y, int ln, int ll, bool col ); int Ren_line(char line[], int char_x, int char_y, int ln, int ll, bool col );
void its(int, char *); void its(int, char *, char);
void hts(char, char *); void hts(char, char *);
extern char about[]; extern char about[];