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/AntiDisguise.hpp
2017-11-13 09:41:53 +03:00

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_ */