Move declarations to appropiate header files

This is in preparation for the next patch.
This commit is contained in:
Rene Kita
2022-12-25 15:11:44 +01:00
parent 7c233b6590
commit 7c7af9e70c
7 changed files with 14 additions and 3 deletions

View File

@@ -38,4 +38,6 @@ extern void put_image_kitty(char *url, int x, int y, int w, int h, int sx, int s
extern int get_pixel_per_cell(int *ppc, int *ppl);
#endif
char getch(void);
#endif /* not TERMS_H */