fix compile error when building engine drawing build

This commit is contained in:
TotallyNotElite 2019-10-25 16:56:40 +02:00
parent 16ced35b55
commit c97f6fdf31

View File

@ -7,6 +7,7 @@
#include <MiscTemporary.hpp>
#include "HookedMethods.hpp"
#include "CatBot.hpp"
#include "drawmgr.hpp"
static settings::Int software_cursor_mode{ "visual.software-cursor-mode", "0" };
static settings::Boolean debug_log_panel_names{ "debug.log-panels", "false" };