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

4
structures.h Normal file
View File

@@ -0,0 +1,4 @@
typedef struct {
int verbose;
} settings;