Files
cchax/hax.cpp
2025-09-15 16:08:41 +02:00

9 lines
145 B
C++

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