28 lines
337 B
C++
Executable File
28 lines
337 B
C++
Executable File
/*
|
|
* AutoDetonator.cpp
|
|
*
|
|
* Created on: Mar 21, 2018
|
|
* Author: nullifiedcat & Lighty
|
|
*/
|
|
|
|
#ifndef HACKS_AUTODETONATOR_HPP_
|
|
#define HACKS_AUTODETONATOR_HPP_
|
|
|
|
#include "common.hpp"
|
|
|
|
namespace hacks
|
|
{
|
|
namespace tf
|
|
{
|
|
namespace autodetonator
|
|
{
|
|
|
|
extern CatVar enabled;
|
|
|
|
void CreateMove();
|
|
}
|
|
}
|
|
}
|
|
|
|
#endif /* HACKS_AUTODETONATOR_HPP_ */
|