13 lines
193 B
C++
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
|