mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 12:21:04 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -7,7 +7,7 @@ class WstringLookup
|
||||
private:
|
||||
UINT numIDs;
|
||||
std::unordered_map<std::wstring, UINT> str2int;
|
||||
vector<std::wstring> int2str;
|
||||
std::vector<std::wstring> int2str;
|
||||
|
||||
public:
|
||||
WstringLookup();
|
||||
|
||||
Reference in New Issue
Block a user