change: change project name to mango

This commit is contained in:
DreamMaoMao
2025-07-30 14:54:59 +08:00
parent 575e5d4a47
commit b20b3ef9f6
17 changed files with 97 additions and 98 deletions

View File

@@ -1,7 +1,7 @@
// TODO: remove this file in the future, replace all global variables with
// config.xxx
/* speedie's maomao config */
/* speedie's mango config */
#define COLOR(hex) \
{((hex >> 24) & 0xFF) / 255.0f, ((hex >> 16) & 0xFF) / 255.0f, \