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/AutoBackstab.hpp
2017-12-02 17:30:51 +03:00

24 lines
277 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_ */