fix(NativeHooks): Removed old file that was borked by Visual Studio
This commit is contained in:
@ -1,11 +0,0 @@
|
|||||||
#include "native_hooks.hpp"
|
|
||||||
|
|
||||||
namespace big
|
|
||||||
{
|
|
||||||
inline void NETWORK_CAN_BAIL(rage::scrNativeCallContext* src)
|
|
||||||
{
|
|
||||||
LOG(INFO) << "NATIVE_HOOK => NETWORK_CAN_BAIL : TRIGGERED";
|
|
||||||
|
|
||||||
src->set_return_value<BOOL>(false);
|
|
||||||
}
|
|
||||||
}
|
|
Reference in New Issue
Block a user