From 848c0e1c81663710514dfcd56b660ac1983f6164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Thu, 15 Jan 2026 00:01:20 -0500 Subject: [PATCH] refactor(framework): restructure header files --- framework/include/{ => public}/hooks/toon_boom_hooks.hpp | 0 framework/include/{ => public}/toon_boom/PLUG_Services.hpp | 0 framework/include/{ => public}/toon_boom/ac_manager.hpp | 2 ++ framework/include/{ => public}/toon_boom/toolbar.hpp | 0 framework/include/{ => public}/toon_boom/toon_boom_layout.hpp | 0 5 files changed, 2 insertions(+) rename framework/include/{ => public}/hooks/toon_boom_hooks.hpp (100%) rename framework/include/{ => public}/toon_boom/PLUG_Services.hpp (100%) rename framework/include/{ => public}/toon_boom/ac_manager.hpp (96%) rename framework/include/{ => public}/toon_boom/toolbar.hpp (100%) rename framework/include/{ => public}/toon_boom/toon_boom_layout.hpp (100%) 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