Update core.h

master
chmodsayshello 2022-09-17 19:36:37 +02:00 committed by GitHub
parent 88ba8186f8
commit f63cb020db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,9 @@ class Client;
class Hud;
class Minimap;
extern bool died;
extern v3f dpos;
class RenderingCore
{
protected:
@ -43,8 +46,11 @@ protected:
bool draw_player_tracers;
bool draw_node_esp;
bool draw_node_tracers;
bool draw_death_tracer;
video::SColor entity_esp_color;
video::SColor player_esp_color;
video::SColor death_tracer_color;
IrrlichtDevice *device;
video::IVideoDriver *driver;