main files

This commit is contained in:
2025-09-10 23:17:41 +02:00
parent 036c5be9bf
commit 8b1be25df3
6 changed files with 71 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "types.h"
#ifndef FORGE_H
#define FORGE_H
void forge_run(parameters params);
#endif