This commit is contained in:
2025-08-24 20:23:27 -04:00
parent 45bfdb155c
commit 3db30058d1
3 changed files with 8 additions and 3 deletions

View File

@@ -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;