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

25 lines
299 B
C++
Executable File

/*
* AntiBackstab.hpp
*
* Created on: Apr 14, 2017
* Author: nullifiedcat
*/
#ifndef HACKS_ANTIBACKSTAB_HPP_
#define HACKS_ANTIBACKSTAB_HPP_
namespace hacks
{
namespace tf2
{
namespace antibackstab
{
void CreateMove();
void PaintTraverse();
}
}
}
#endif /* HACKS_ANTIBACKSTAB_HPP_ */