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

13 lines
193 B
C++

//
// Created by bencat07 on 17.08.18.
//
#pragma once
#include "common.hpp"
#include "config.h"
namespace hacks::tf2::NavBot
{
void Init();
void initonce();
} // namespace hacks::tf2::NavBot