You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Modules/Client.hpp
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,9 @@ class Client : public Module {
46
46
using _IN_ActivateMouse = void (*)(void *thisptr);
47
47
using _IN_DeactivateMouse = void (*)(void *thisptr);
48
48
using _AddAvatarPanelItem = void(__cdecl *)(void *pLeaderboard, void *pStatLists, const PortalLeaderboardItem_t *pData, int nScore, int nType, int nPlayerType, int nAvatarIndex, int nHeight, int nSlot, bool bHUDElement);
49
+
using _PrecacheParticleSystem = int(__cdecl *)(constchar *pszParticleName);
50
+
using _DispatchParticleEffect = void (__cdecl *)(constchar *pszParticleName, Vector vecOrigin, Vector vecStart, QAngle vecAngles, void *pEntity, int nSplitScreenPlayerSlot, void *filter);
0 commit comments