Curseshelper. structures for settings

This commit is contained in:
2018-03-26 11:50:10 +02:00
parent 6a4b0fd126
commit 6519092f7c
6 changed files with 56 additions and 10 deletions

3
curseshelper.h Normal file
View File

@@ -0,0 +1,3 @@
void printCenter(const char *text);
void printCenterOffset(const char *text, int offsety);