aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Timer.cpp
AgeCommit message (Collapse)Author
2026-03-03feat(timer): improve high-FPS timing with high-resolution Windows clockdaoge_cmd
2026-03-02Revert "Get rid of MSVC's __int64"void_17
This reverts commit d63f79325f85e014361eb8cf1e41eaebedb1ae71.
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-01Initial commitdaoge_cmd