save
This commit is contained in:
@@ -15,6 +15,12 @@ typedef struct {
|
||||
bool editor;
|
||||
} flag_t;
|
||||
|
||||
typedef struct {
|
||||
bool nob;
|
||||
bool format;
|
||||
bool cleanup;
|
||||
} extras_t;
|
||||
|
||||
typedef struct {
|
||||
bool ncurses;
|
||||
bool raylib;
|
||||
@@ -31,6 +37,7 @@ typedef struct {
|
||||
libmap_t libraries;
|
||||
licence_t licence;
|
||||
flag_t flags;
|
||||
extras_t extras;
|
||||
style_t style;
|
||||
|
||||
char *project;
|
||||
|
||||
Reference in New Issue
Block a user