metx: ctx.hpp -> context.hpp

This commit is contained in:
Michele Caini
2022-07-06 09:40:49 +02:00
parent 15d821f2f8
commit c0e20825ac
8 changed files with 7 additions and 7 deletions

View File

@@ -154,7 +154,7 @@ if(ENTT_INCLUDE_HEADERS)
$<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/locator/locator.hpp>
$<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/adl_pointer.hpp>
$<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/container.hpp>
$<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/ctx.hpp>
$<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/context.hpp>
$<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/factory.hpp>
$<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/fwd.hpp>
$<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/meta.hpp>

View File

@@ -38,7 +38,7 @@
#include "locator/locator.hpp"
#include "meta/adl_pointer.hpp"
#include "meta/container.hpp"
#include "meta/ctx.hpp"
#include "meta/context.hpp"
#include "meta/factory.hpp"
#include "meta/meta.hpp"
#include "meta/node.hpp"

View File

@@ -14,7 +14,7 @@
#include "../core/type_traits.hpp"
#include "../core/utility.hpp"
#include "adl_pointer.hpp"
#include "ctx.hpp"
#include "context.hpp"
#include "fwd.hpp"
#include "node.hpp"
#include "range.hpp"

View File

@@ -3,7 +3,7 @@
#include <type_traits>
#include "../core/type_info.hpp"
#include "ctx.hpp"
#include "context.hpp"
#include "meta.hpp"
#include "node.hpp"
#include "range.hpp"

View File

@@ -8,7 +8,7 @@
#include <entt/core/type_info.hpp>
#include <entt/core/utility.hpp>
#include <entt/meta/container.hpp>
#include <entt/meta/ctx.hpp>
#include <entt/meta/context.hpp>
#include <entt/meta/factory.hpp>
#include <entt/meta/meta.hpp>
#include <entt/meta/pointer.hpp>

View File

@@ -1,6 +1,6 @@
#include <cr.h>
#include <entt/core/hashed_string.hpp>
#include <entt/meta/ctx.hpp>
#include <entt/meta/context.hpp>
#include <entt/meta/factory.hpp>
#include <entt/meta/meta.hpp>
#include "types.h"

View File

@@ -1,6 +1,6 @@
#include <cr.h>
#include <entt/core/hashed_string.hpp>
#include <entt/meta/ctx.hpp>
#include <entt/meta/context.hpp>
#include <entt/meta/factory.hpp>
#include <entt/meta/meta.hpp>
#include "types.h"