diff --git a/Globals.cpp b/Globals.cpp index c2d6b096..00dc8e8f 100644 --- a/Globals.cpp +++ b/Globals.cpp @@ -22,6 +22,7 @@ http://mozilla.org/MPL/2.0/. #include "PyInt.h" #include "Timer.h" #include "vao.h" +#include void global_settings::LoadIniFile(std::string asFileName) { diff --git a/Globals.h b/Globals.h index e4833c51..4cf85f5e 100644 --- a/Globals.h +++ b/Globals.h @@ -16,6 +16,8 @@ http://mozilla.org/MPL/2.0/. #include "light.h" #include "utilities.h" #include "motiontelemetry.h" +#include "entt/entity/registry.hpp" + #include #ifdef WITH_UART @@ -32,6 +34,9 @@ struct global_settings { std::chrono::steady_clock::time_point startTimestamp; + /// EnTT variables + entt::registry world; + /// /// Mapa z watkami w formacie ///