initial commit

This commit is contained in:
2025-07-17 19:34:00 +02:00
commit 3bff153f16
13 changed files with 270 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef CONFIG_H
#define CONFIG_H
#ifndef PACKAGE
#define PACKAGE "forge"
#endif
#ifndef VERSION
#define VERSION "(dev)"
#endif
#endif