diff options
| author | Loki Rautio <lokirautio@gmail.com> | 2026-03-09 03:25:05 -0500 |
|---|---|---|
| committer | Loki Rautio <lokirautio@gmail.com> | 2026-03-09 03:25:05 -0500 |
| commit | 0c4f4599045edad935403e4d79d28f6b9aa95833 (patch) | |
| tree | 638ff44db51c8e27826e56bacb5af764f98ef2d0 /Minecraft.Client/ClientConstants.h | |
| parent | 7a4f57e3e692c621c20e58bc658d321842872de5 (diff) | |
Always show version overlay, add more info
Diffstat (limited to 'Minecraft.Client/ClientConstants.h')
| -rw-r--r-- | Minecraft.Client/ClientConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Minecraft.Client/ClientConstants.h b/Minecraft.Client/ClientConstants.h index 82bba386..1476e51b 100644 --- a/Minecraft.Client/ClientConstants.h +++ b/Minecraft.Client/ClientConstants.h @@ -13,6 +13,7 @@ class ClientConstants // INTERNAL DEVELOPMENT SETTINGS public: static const wstring VERSION_STRING; + static const wstring BRANCH_STRING; static const bool DEADMAU5_CAMERA_CHEATS = false; };
\ No newline at end of file |
