27 lines
282 B
C++
Executable File
27 lines
282 B
C++
Executable File
/*
|
|
* SpyAlert.h
|
|
*
|
|
* Created on: Dec 5, 2016
|
|
* Author: nullifiedcat
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "common.hpp"
|
|
|
|
namespace hacks
|
|
{
|
|
namespace tf
|
|
{
|
|
namespace spyalert
|
|
{
|
|
|
|
extern CatVar enabled;
|
|
extern CatVar distance_warning;
|
|
extern CatVar distance_backstab;
|
|
|
|
void Draw();
|
|
}
|
|
}
|
|
}
|