mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-08 02:25:00 +00:00
chore: format Minecraft.Client
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
// 4J Stu - Not updated to 1.8.2 as we don't use this
|
||||
class KeyMapping
|
||||
{
|
||||
class KeyMapping {
|
||||
public:
|
||||
std::wstring name;
|
||||
int key;
|
||||
KeyMapping(const std::wstring& name, int key);
|
||||
std::wstring name;
|
||||
int key;
|
||||
KeyMapping(const std::wstring& name, int key);
|
||||
};
|
||||
Reference in New Issue
Block a user