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/velocity.hpp
2018-08-17 19:54:11 +02:00

19 lines
309 B
C++

/*
* velocity.hpp
*
* Created on: May 27, 2017
* Author: nullifiedcat
*/
#pragma once
#include "common.hpp"
namespace velocity
{
typedef std::function<void(IClientEntity *, Vector &)> EstimateAbsVelocity_t;
extern EstimateAbsVelocity_t EstimateAbsVelocity;
void Init();
} // namespace velocity