/* * AutoReflect.h * * Created on: Nov 18, 2016 * Author: nullifiedcat */ #pragma once #include "common.hpp" namespace hacks { namespace tf { namespace autoreflect { extern CatVar enabled; extern CatVar idle_only; extern CatVar stickies; extern CatVar max_distance; void Draw(); void CreateMove(); bool ShouldReflect(CachedEntity *ent); bool IsEntStickyBomb(CachedEntity *ent); } } }