mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 09:10:44 +00:00
fix: unglob all of /Build/Common
This commit is contained in:
@@ -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();
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user