![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "API.h"
Go to the source code of this file.
Classes | |
union | ECS::util::Internal::Handle< handle_value_type, version_bits, index_bits > |
class | ECS::util::HandleTable< T, handle_type, grow > |
Namespaces | |
namespace | ECS |
namespace | ECS::util |
namespace | ECS::util::Internal |
Macros | |
#define | ECS__HANDLE_H__ |
Typedefs | |
using | ECS::util::Handle32 = Internal::Handle< u32, 12, 20 > |
using | ECS::util::Handle64 = Handle32 |