diff --git a/headers/meta.hpp/meta_all.hpp b/headers/meta.hpp/meta_all.hpp index 432a9f8..feea92d 100644 --- a/headers/meta.hpp/meta_all.hpp +++ b/headers/meta.hpp/meta_all.hpp @@ -8,12 +8,12 @@ #include "meta_base.hpp" -#include "meta_kinds.hpp" +#include "meta_binds.hpp" +#include "meta_binds/class_bind.hpp" +#include "meta_binds/enum_bind.hpp" +#include "meta_binds/scope_bind.hpp" -#include "meta_registry.hpp" -#include "meta_registry/class_bind.hpp" -#include "meta_registry/enum_bind.hpp" -#include "meta_registry/scope_bind.hpp" +#include "meta_kinds.hpp" #include "meta_states.hpp" #include "meta_states/ctor.hpp" diff --git a/headers/meta.hpp/meta_registry.hpp b/headers/meta.hpp/meta_binds.hpp similarity index 100% rename from headers/meta.hpp/meta_registry.hpp rename to headers/meta.hpp/meta_binds.hpp diff --git a/headers/meta.hpp/meta_registry/class_bind.hpp b/headers/meta.hpp/meta_binds/class_bind.hpp similarity index 99% rename from headers/meta.hpp/meta_registry/class_bind.hpp rename to headers/meta.hpp/meta_binds/class_bind.hpp index c2388f8..3633f6c 100644 --- a/headers/meta.hpp/meta_registry/class_bind.hpp +++ b/headers/meta.hpp/meta_binds/class_bind.hpp @@ -7,7 +7,7 @@ #pragma once #include "../meta_base.hpp" -#include "../meta_registry.hpp" +#include "../meta_binds.hpp" namespace meta_hpp { diff --git a/headers/meta.hpp/meta_registry/enum_bind.hpp b/headers/meta.hpp/meta_binds/enum_bind.hpp similarity index 96% rename from headers/meta.hpp/meta_registry/enum_bind.hpp rename to headers/meta.hpp/meta_binds/enum_bind.hpp index b6ab51e..2543892 100644 --- a/headers/meta.hpp/meta_registry/enum_bind.hpp +++ b/headers/meta.hpp/meta_binds/enum_bind.hpp @@ -7,7 +7,7 @@ #pragma once #include "../meta_base.hpp" -#include "../meta_registry.hpp" +#include "../meta_binds.hpp" namespace meta_hpp { diff --git a/headers/meta.hpp/meta_registry/scope_bind.hpp b/headers/meta.hpp/meta_binds/scope_bind.hpp similarity index 98% rename from headers/meta.hpp/meta_registry/scope_bind.hpp rename to headers/meta.hpp/meta_binds/scope_bind.hpp index e31b32d..6f4c03c 100644 --- a/headers/meta.hpp/meta_registry/scope_bind.hpp +++ b/headers/meta.hpp/meta_binds/scope_bind.hpp @@ -7,7 +7,7 @@ #pragma once #include "../meta_base.hpp" -#include "../meta_registry.hpp" +#include "../meta_binds.hpp" namespace meta_hpp {