fix: unglob all of /Build/Common

This commit is contained in:
Tropical
2026-03-08 22:43:59 +01:00
committed by JuiceyDev
parent 663ba5e7e9
commit a4ce19d004
416 changed files with 1749 additions and 1749 deletions
+3 -3
View File
@@ -24,7 +24,7 @@ private:
float m_fRawWidth,m_fRawHeight;
int m_lastCost;
wstring m_enchantmentString;
std::wstring m_enchantmentString;
unsigned int m_textColour, m_textFocusColour, m_textDisabledColour;
@@ -35,11 +35,11 @@ private:
private:
Random random;
vector<wstring> words;
std::vector<std::wstring> words;
EnchantmentNames();
public:
wstring getRandomName();
std::wstring getRandomName();
};
};