SVNからのミラー

This commit is contained in:
2026-01-06 21:10:07 +09:00
commit c3b25703bf
12 changed files with 488 additions and 0 deletions

6
common.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef COMMON_H
#define COMMON_H
const char *version = "1.0.0";
#endif