12 lines
174 B
C++
12 lines
174 B
C++
#pragma once
|
|
|
|
#include "settings/settings.hpp"
|
|
|
|
namespace ESP {
|
|
void RunPlayersESP();
|
|
void RunGoatsESP();
|
|
void RunItemsESP();
|
|
void RunDemonESP();
|
|
void RunAzazelESP();
|
|
}
|