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/hacks/AutoBackstab.hpp
2018-03-29 19:08:31 +02:00

25 lines
330 B
C++
Executable File

/*
* AutoBackstab.hpp
*
* Created on: Apr 14, 2017
* Author: nullifiedcat
*/
#ifndef HACKS_AUTOBACKSTAB_HPP_
#define HACKS_AUTOBACKSTAB_HPP_
namespace hacks
{
namespace tf2
{
namespace autobackstab
{
void CreateMove();
const Vector GetWorldSpaceCenter(CachedEntity *ent);
}
}
}
#endif /* HACKS_AUTOBACKSTAB_HPP_ */