27 lines
267 B
C++
Executable File
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;
|
|
}
|
|
}
|
|
}
|