mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-14 11:40:35 +07:00
rename registry to binds
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../meta_base.hpp"
|
||||
#include "../meta_registry.hpp"
|
||||
#include "../meta_binds.hpp"
|
||||
|
||||
namespace meta_hpp
|
||||
{
|
||||
@@ -7,7 +7,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../meta_base.hpp"
|
||||
#include "../meta_registry.hpp"
|
||||
#include "../meta_binds.hpp"
|
||||
|
||||
namespace meta_hpp
|
||||
{
|
||||
@@ -7,7 +7,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../meta_base.hpp"
|
||||
#include "../meta_registry.hpp"
|
||||
#include "../meta_binds.hpp"
|
||||
|
||||
namespace meta_hpp
|
||||
{
|
||||
Reference in New Issue
Block a user