Reorganise the project

This commit is contained in:
2023-07-02 19:28:48 +01:00
parent 301ea44759
commit 50f881c655
6 changed files with 11 additions and 58 deletions

View File

@@ -1,5 +1,5 @@
#ifndef ARGPARSER_H
#define ARGPARSER_H
#ifndef GEN_ARGPARSER_H
#define GEN_ARGPARSER_H
#include "aliases.h"
#include <argp.h>
@@ -12,4 +12,4 @@ struct GeneratorArgs {
GeneratorArgs parse_args(i32 argc, char *argv[]);
#endif // !ARGPARSER_H
#endif // !GEN_ARGPARSER_H