From e09511cc1fa360ad49891447c3782f38a2aa7ebb Mon Sep 17 00:00:00 2001 From: meowtech Date: Wed, 3 Jun 2026 18:34:00 +0000 Subject: [PATCH] refactoring began i guess --- {chromasdk => include/third_party/chromasdk}/ChromaApi.h | 0 {chromasdk => include/third_party/chromasdk}/RzChromaSDKDefines.h | 0 {chromasdk => include/third_party/chromasdk}/RzChromaSDKTypes.h | 0 {chromasdk => include/third_party/chromasdk}/RzErrors.h | 0 {src/termcolor => include/third_party}/termcolor.hpp | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {chromasdk => include/third_party/chromasdk}/ChromaApi.h (100%) rename {chromasdk => include/third_party/chromasdk}/RzChromaSDKDefines.h (100%) rename {chromasdk => include/third_party/chromasdk}/RzChromaSDKTypes.h (100%) rename {chromasdk => include/third_party/chromasdk}/RzErrors.h (100%) rename {src/termcolor => include/third_party}/termcolor.hpp (100%) diff --git a/chromasdk/ChromaApi.h b/include/third_party/chromasdk/ChromaApi.h similarity index 100% rename from chromasdk/ChromaApi.h rename to include/third_party/chromasdk/ChromaApi.h diff --git a/chromasdk/RzChromaSDKDefines.h b/include/third_party/chromasdk/RzChromaSDKDefines.h similarity index 100% rename from chromasdk/RzChromaSDKDefines.h rename to include/third_party/chromasdk/RzChromaSDKDefines.h diff --git a/chromasdk/RzChromaSDKTypes.h b/include/third_party/chromasdk/RzChromaSDKTypes.h similarity index 100% rename from chromasdk/RzChromaSDKTypes.h rename to include/third_party/chromasdk/RzChromaSDKTypes.h diff --git a/chromasdk/RzErrors.h b/include/third_party/chromasdk/RzErrors.h similarity index 100% rename from chromasdk/RzErrors.h rename to include/third_party/chromasdk/RzErrors.h diff --git a/src/termcolor/termcolor.hpp b/include/third_party/termcolor.hpp similarity index 100% rename from src/termcolor/termcolor.hpp rename to include/third_party/termcolor.hpp