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