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/NavBot.hpp
2018-11-24 16:08:18 +01:00

17 lines
218 B
C++

#pragma once
#include "common.hpp"
namespace hacks::tf2::NavBot
{
bool init(bool first_cm);
namespace task
{
enum task : u_int8_t
{
none = 0,
sniper_spot,
stay_near,
};
}
} // namespace hacks::tf2::NavBot