12 lines
162 B
C++
12 lines
162 B
C++
//
|
|
// Created by bencat07 on 17.08.18.
|
|
//
|
|
#pragma once
|
|
|
|
#include "common.hpp"
|
|
#include "config.h"
|
|
namespace hacks::tf2::NavBot
|
|
{
|
|
void Init();
|
|
void CreateMove();
|
|
} |