// // Created by bencat07 on 17.08.18. // #pragma once #include "common.hpp" #include "config.h" namespace hacks::tf2::NavBot { void Init(); void CreateMove(); }