|
|
@@ -5,8 +5,6 @@
|
|
|
#include <cstdint>
|
|
|
#include <type_traits>
|
|
|
#include "../config/config.h"
|
|
|
-#include "../core/type_traits.hpp"
|
|
|
-#include "../core/fwd.hpp"
|
|
|
|
|
|
|
|
|
namespace entt {
|
|
|
@@ -182,10 +180,6 @@ template<typename Entity>
|
|
|
*/
|
|
|
|
|
|
|
|
|
-/*! @brief Default entity identifier. */
|
|
|
-ENTT_OPAQUE_TYPE(entity, id_type);
|
|
|
-
|
|
|
-
|
|
|
/**
|
|
|
* @brief Compile-time constant for null entities.
|
|
|
*
|