From 411ce1b9eacc7a748b419d9355e4a1f36bae17e2 Mon Sep 17 00:00:00 2001 From: LIghty Date: Thu, 29 Mar 2018 22:55:27 +0200 Subject: [PATCH] oops --- include/hacks/AutoReflect.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hacks/AutoReflect.hpp b/include/hacks/AutoReflect.hpp index e7f20517..48653f2d 100755 --- a/include/hacks/AutoReflect.hpp +++ b/include/hacks/AutoReflect.hpp @@ -22,6 +22,7 @@ extern CatVar idle_only; extern CatVar stickies; extern CatVar max_distance; +void Draw(); void CreateMove(); bool ShouldReflect(CachedEntity *ent); bool IsEntStickyBomb(CachedEntity *ent);