mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-04 15:15:11 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -4,7 +4,7 @@ using namespace std;
|
||||
class KeyMapping
|
||||
{
|
||||
public:
|
||||
wstring name;
|
||||
std::wstring name;
|
||||
int key;
|
||||
KeyMapping(const wstring& name, int key);
|
||||
KeyMapping(const std::wstring& name, int key);
|
||||
};
|
||||
Reference in New Issue
Block a user