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/CatBot.hpp
2019-05-26 14:00:35 +02:00

27 lines
466 B
C++

/*
* CatBot.hpp
*
* Created on: Dec 30, 2017
* Author: nullifiedcat
*/
#pragma once
#include "common.hpp"
namespace hacks::shared::catbot
{
bool is_a_catbot(unsigned steamID);
bool should_ignore_player(CachedEntity *player);
void update();
void init();
void level_init();
extern settings::Boolean catbotmode;
extern settings::Boolean anti_motd;
#if ENABLE_IPC
void update_ipc_data(ipc::user_data_s &data);
#endif
} // namespace hacks::shared::catbot