This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
cathook/include/hacks/FollowBot.hpp
2018-04-28 18:56:51 +03:00

28 lines
319 B
C++

/*
*
*
*
*
*/
#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();
}
}
}