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

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_ */