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

22 lines
220 B
C++
Executable File

/*
* AutoDetonator.cpp
*
* Created on: Mar 21, 2018
* Author: nullifiedcat & Lighty
*/
#pragma once
#include "common.hpp"
namespace hacks
{
namespace tf
{
namespace autodetonator
{
void CreateMove();
}
}
}