18 lines
204 B
C++
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
|