- [FIX] Renombrat "aux" a "misc", que a Windows no li mola eixe nom d'arxiu

This commit is contained in:
2025-11-19 09:06:08 +01:00
parent a0a7a78061
commit 33d72f8990
3 changed files with 6 additions and 6 deletions

8
source/misc.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include <string>
#include <stdint.h>
namespace misc
{
int getColorByName(std::string color);
}