/* * * * * */ #include "common.hpp" namespace hacks { namespace shared { namespace followbot { // Followed entity, externed for highlight color extern int follow_target; extern bool followcart; extern CatVar followbot; extern CatVar roambot; extern CatVar follow_steam; void DrawTick(); void WorldTick(); } } }