forked from Green-Sky/tomato
loading fragments mostly working (not notifying anyone yet)
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <entt/entity/registry.hpp>
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
// internal id
|
||||
enum class FragmentID : uint32_t {};
|
||||
using FragmentRegistry = entt::basic_registry<FragmentID>;
|
||||
using FragmentHandle = entt::basic_handle<FragmentRegistry>;
|
||||
|
||||
struct FragmentStoreI {
|
||||
virtual ~FragmentStoreI(void) {}
|
||||
|
||||
Reference in New Issue
Block a user