This commit is contained in:
2026-07-28 14:17:49 +08:00
parent a68366efb2
commit a222cf81bb
28 changed files with 2421 additions and 231 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef INCLUDED_RESOURCE_H
#define INCLUDED_RESOURCE_H
/* ------------------------------------------------------------------------------------------------------------------ */
/* COMMAND */
#define CM_ABOUT 1001
#define CM_BITMAP 1002
#define CM_BRAHMIN 1003
#define CM_WOODNOTES 1004
#define CM_SEASHORE 1005
#endif /*INCLUDED_RESOURCE_H*/