22 lines
315 B
C++
22 lines
315 B
C++
/*
|
|
* AntiDisguise.h
|
|
*
|
|
* Created on: Nov 16, 2016
|
|
* Author: nullifiedcat
|
|
*/
|
|
|
|
#ifndef HACKS_ANTIDISGUISE_HPP_
|
|
#define HACKS_ANTIDISGUISE_HPP_
|
|
|
|
#include "common.hpp"
|
|
|
|
namespace hacks { namespace tf2 { namespace antidisguise {
|
|
|
|
extern CatVar enabled;
|
|
|
|
void Draw();
|
|
|
|
}}}
|
|
|
|
#endif /* HACKS_ANTIDISGUISE_HPP_ */
|