Refactor shortcut creation logic into its own file

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li 2025-05-11 03:33:03 +08:00
parent a89fc7d1e0
commit 69469b4484
No known key found for this signature in database
6 changed files with 345 additions and 187 deletions

View file

@ -310,6 +310,8 @@ set(MINECRAFT_SOURCES
minecraft/ParseUtils.h
minecraft/ProfileUtils.cpp
minecraft/ProfileUtils.h
minecraft/ShortcutUtils.cpp
minecraft/ShortcutUtils.h
minecraft/Library.cpp
minecraft/Library.h
minecraft/MojangDownloadInfo.h