This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
nekohook/modules/csgo/hacks/hooks0.hpp
2020-08-04 13:13:01 -04:00

25 lines
330 B
C++

/*
*
* Init the below to Hook stuff
*
*/
#pragma once
#include "../sdk/sdk.h"
namespace modules {
namespace source {
namespace hacks {
namespace hooks {
// Used to mess with user commands
extern CUserCmd* g_UserCmd;
void Init();
} // namespace hooks
} // namespace hacks
} // namespace source
} // namespace modules