change: change project name to mango

This commit is contained in:
DreamMaoMao 2025-07-30 14:54:59 +08:00
parent b8f5439c45
commit e93104f120
17 changed files with 96 additions and 97 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, \