18 lines
276 B
C++
18 lines
276 B
C++
/*
|
|
* 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();
|
|
|
|
}}}
|
|
|
|
#endif /* HACKS_AUTOBACKSTAB_HPP_ */
|