This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
cathook/include/hooks/CreateMove.hpp

14 lines
191 B
C++
Executable File

/*
* CreateMove.h
*
* Created on: Jan 8, 2017
* Author: nullifiedcat
*/
#pragma once
class CUserCmd;
extern bool *bSendPackets;
bool CreateMove_hook(void *, float, CUserCmd *);