chore: update project files

This commit is contained in:
2025-08-03 03:56:26 +08:00
parent 1b26604506
commit 8990e03e97
13 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#parse("open-source-license-header")
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME}
#end
enum class ${NAME} {
}