/* * AntiBackstab.hpp * * Created on: Apr 14, 2017 * Author: nullifiedcat */ #pragma once namespace hacks::tf2::antibackstab { extern bool noaa; void CreateMove(); void PaintTraverse(); } // namespace hacks::tf2::antibackstab