Skip to content

Commit

Permalink
Move tclilent menus to a seperate file
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrc6 committed Nov 30, 2024
1 parent 2911824 commit b86790b
Show file tree
Hide file tree
Showing 4 changed files with 1,132 additions and 1,082 deletions.
9 changes: 5 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2407,14 +2407,15 @@ if(CLIENT)
components/statboard.h
components/tooltips.cpp
components/tooltips.h
components/tclient/bindwheel.cpp
components/tclient/bindwheel.h
components/tclient/outlines.cpp
components/tclient/outlines.h
components/tclient/rainbow.cpp
components/tclient/rainbow.h
components/tclient/bindwheel.cpp
components/tclient/bindwheel.h
components/tclient/menus_tclient.cpp
components/tclient/player_indicator.cpp
components/tclient/player_indicator.h
components/tclient/rainbow.cpp
components/tclient/rainbow.h
components/tclient/skinprofiles.cpp
components/tclient/skinprofiles.h
components/tclient/tater.cpp
Expand Down
2 changes: 2 additions & 0 deletions src/game/client/components/menus.h
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,8 @@ class CMenus : public CComponent
// found in menus_settings.cpp
void RenderSettingsDDNet(CUIRect MainView);
void RenderSettingsAppearance(CUIRect MainView);

// found in menus_tclient.cpp
void RenderSettingsTClient(CUIRect MainView);
void RenderSettingsProfiles(CUIRect MainView);

Expand Down
Loading

0 comments on commit b86790b

Please sign in to comment.