Initial commit

This commit is contained in:
2025-09-15 16:08:41 +02:00
commit 19226ca82a
8 changed files with 156 additions and 0 deletions

8
hax.cpp Normal file
View File

@@ -0,0 +1,8 @@
extern "C" {
#include "mod.h"
}
auto main([[maybe_unused]]int argc, [[maybe_unused]]char const* arv[]) -> int {
run_mods();
return 0;
}