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
2017-12-02 17:30:51 +03:00

16 lines
223 B
C++

/*
* CreateMove.h
*
* Created on: Jan 8, 2017
* Author: nullifiedcat
*/
#ifndef CREATEMOVE_H_
#define CREATEMOVE_H_
class CUserCmd;
bool CreateMove_hook(void *, float, CUserCmd *);
#endif /* CREATEMOVE_H_ */