22 lines
241 B
C++
Executable File
22 lines
241 B
C++
Executable File
/*
|
|
* AutoBackstab.hpp
|
|
*
|
|
* Created on: Apr 14, 2017
|
|
* Author: nullifiedcat
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace hacks
|
|
{
|
|
namespace tf2
|
|
{
|
|
namespace autobackstab
|
|
{
|
|
|
|
void CreateMove();
|
|
const Vector GetWorldSpaceCenter(CachedEntity *ent);
|
|
}
|
|
}
|
|
}
|