Skip to content

Commit 0417ca3

Browse files
committed
ref: move some functions
1 parent 8af406a commit 0417ca3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/game/client/components/menus.h

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,15 +606,17 @@ class CMenus : public CComponent
606606
void RenderSettingsGraphics(CUIRect MainView);
607607
void RenderSettingsSound(CUIRect MainView);
608608
void RenderSettings(CUIRect MainView);
609+
610+
611+
//pulse
609612
void RenderSettingsCustom(CUIRect MainView);
610613
void RenderCrossChat(CUIRect MainView);
611614

612615
std::vector<CButtonContainer> m_vButtonContainersJoystickAbsolute = {{}, {}};
613616
std::vector<CButtonContainer> m_vButtonContainersNamePlateShow = {{}, {}, {}, {}};
614617
std::vector<CButtonContainer> m_vButtonContainersNamePlateKeyPresses = {{}, {}, {}, {}};
615618
//PULSE
616-
std::vector<CButtonContainer> MVButtonContainersIdleAura = {{}, {}, {}, {}, {}};
617-
619+
std::vector<CButtonContainer> m_MvButtonContainersIdleAura = {{}, {}, {}, {}, {}};
618620
class CMapListItem
619621
{
620622
public:
@@ -870,6 +872,11 @@ class CMenus : public CComponent
870872
void RenderSettingsPulse(CUIRect MainView);
871873
void RenderSettingsProfs(CUIRect MainView);
872874

875+
void RenderPlayerSkin(vec2 RenderPos, float Size, const char *pSkinName, const char *pBackupSkin, bool CustomColors, int FeetColor, int BodyColor, int Emote,
876+
ColorRGBA ColorFeet = ColorRGBA(0, 0, 0, 0), ColorRGBA ColorBody = ColorRGBA(0, 0, 0, 0));
877+
873878
//IServerBrowser m_ServerProcess;
879+
880+
874881
};
875882
#endif

0 commit comments

Comments
 (0)