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-12-29 16:07:32 +01:00

18 lines
204 B
C++

/*
*
*
*
*
*/
#include "common.hpp"
namespace hacks::shared::followbot
{
int ClassPriority(CachedEntity *ent);
bool isEnabled();
extern int follow_target;
} // namespace hacks::shared::followbot