proper headers

This commit is contained in:
2025-06-03 20:07:24 +02:00
parent 1ddb2fdea0
commit f12754da21
10 changed files with 60 additions and 5 deletions
+8 -1
View File
@@ -1 +1,8 @@
void generate();
#include "args.h"
#ifndef GENERATOR_H
#define GENERATOR_H
void generate(parameters params);
#endif