Skip to content

Commit

Permalink
fix: stanley parable +bhop
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisAMJ committed Feb 1, 2025
1 parent 948fae1 commit e4bcb54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Modules/Client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class Client : public Module {
DECL_M(GetPlayerState, CPlayerState);

using _GetClientEntity = ClientEnt *(__rescall *)(void *thisptr, int entnum);
using _KeyDown = int(__rescall *)(void *b, const char *c);
using _KeyUp = int(__rescall *)(void *b, const char *c);
using _KeyDown = int(__cdecl *)(void *b, const char *c);
using _KeyUp = int(__cdecl *)(void *b, const char *c);
using _GetAllClasses = ClientClass *(*)();
using _FrameStageNotify = void(__rescall *)(void *thisptr, int stage);
using _ShouldDraw = bool(__rescall *)(void *thisptr);
Expand Down

0 comments on commit e4bcb54

Please sign in to comment.