/* * AutoBackstab.hpp * * Created on: Apr 14, 2017 * Author: nullifiedcat */ #pragma once namespace hacks { namespace tf2 { namespace autobackstab { void CreateMove(); const Vector GetWorldSpaceCenter(CachedEntity *ent); } } }