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 00:08:48 +01:00

17 lines
221 B
C++

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