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

27 lines
267 B
C++
Executable File

/*
* AutoTaunt.hpp
*
* Created on: Jul 27, 2017
* Author: nullifiedcat
*/
#pragma once
class CatVar;
class InitRoutine;
namespace hacks
{
namespace tf
{
namespace autotaunt
{
extern CatVar enabled;
extern CatVar chance;
extern InitRoutine init;
}
}
}