mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
win cpp23 compat: Minecraft.Client
This commit is contained in:
parent
6dfdd90328
commit
52b1882f13
20 changed files with 96 additions and 91 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
unordered_map<wstring,eMinecraftColour> ColourTable::s_colourNamesMap;
|
||||
|
||||
wchar_t *ColourTable::ColourTableElements[eMinecraftColour_COUNT] =
|
||||
const wchar_t *ColourTable::ColourTableElements[eMinecraftColour_COUNT] =
|
||||
{
|
||||
L"NOTSET",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue