Rename UIControl_PlayerList to UIControl_PlayerButtonList

This commit is contained in:
GabsPuNs
2026-05-15 12:02:49 -04:00
parent 0fa47eb931
commit 09474913a6
13 changed files with 47 additions and 47 deletions

View File

@@ -93,8 +93,8 @@ set(_MINECRAFT_CLIENT_WINDOWS_COMMON_UI_CONTROLS
"${CMAKE_CURRENT_SOURCE_DIR}/Common/UI/UIControl_MinecraftPlayer.h"
"${CMAKE_CURRENT_SOURCE_DIR}/Common/UI/UIControl_MultiList.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/Common/UI/UIControl_MultiList.h"
"${CMAKE_CURRENT_SOURCE_DIR}/Common/UI/UIControl_PlayerList.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/Common/UI/UIControl_PlayerList.h"
"${CMAKE_CURRENT_SOURCE_DIR}/Common/UI/UIControl_PlayerButtonList.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/Common/UI/UIControl_PlayerButtonList.h"
"${CMAKE_CURRENT_SOURCE_DIR}/Common/UI/UIControl_PlayerSkinPreview.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/Common/UI/UIControl_PlayerSkinPreview.h"
"${CMAKE_CURRENT_SOURCE_DIR}/Common/UI/UIControl_Progress.cpp"