19 lines
298 B
C++
19 lines
298 B
C++
/*
|
|
* 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_ */
|