initial commit

This commit is contained in:
2026-08-07 15:56:42 +09:00
commit 91ad25aca9
1012 changed files with 159314 additions and 0 deletions
@@ -0,0 +1,6 @@
#include <fstream>
#include <memory>
namespace debug {
std::unique_ptr<std::ofstream> out; //!< pointer to debug log file
}