25 lines
330 B
C++
Executable File
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_ */
|