diff --git a/framework/include/hooks/toon_boom_hooks.hpp b/framework/include/public/hooks/toon_boom_hooks.hpp similarity index 100% rename from framework/include/hooks/toon_boom_hooks.hpp rename to framework/include/public/hooks/toon_boom_hooks.hpp diff --git a/framework/include/toon_boom/PLUG_Services.hpp b/framework/include/public/toon_boom/PLUG_Services.hpp similarity index 100% rename from framework/include/toon_boom/PLUG_Services.hpp rename to framework/include/public/toon_boom/PLUG_Services.hpp diff --git a/framework/include/toon_boom/ac_manager.hpp b/framework/include/public/toon_boom/ac_manager.hpp similarity index 96% rename from framework/include/toon_boom/ac_manager.hpp rename to framework/include/public/toon_boom/ac_manager.hpp index e329a4d..18a9428 100644 --- a/framework/include/toon_boom/ac_manager.hpp +++ b/framework/include/public/toon_boom/ac_manager.hpp @@ -19,6 +19,8 @@ #pragma once +#include +#include #include #include #include diff --git a/framework/include/toon_boom/toolbar.hpp b/framework/include/public/toon_boom/toolbar.hpp similarity index 100% rename from framework/include/toon_boom/toolbar.hpp rename to framework/include/public/toon_boom/toolbar.hpp diff --git a/framework/include/toon_boom/toon_boom_layout.hpp b/framework/include/public/toon_boom/toon_boom_layout.hpp similarity index 100% rename from framework/include/toon_boom/toon_boom_layout.hpp rename to framework/include/public/toon_boom/toon_boom_layout.hpp