aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/UI/UILayer.cpp
AgeCommit message (Collapse)Author
2026-03-02Get rid of MSVC's __int64void_17
Use either int64_t, uint64_t or long long and unsigned long long, defined as per C++11 standard
2026-03-02Fixed issue 109 with tab menu (#116)Karsam
2026-03-01Initial commitdaoge_cmd