-some cleanup
This commit is contained in:
parent
41f1c6474b
commit
9c5ceacacb
7 changed files with 17 additions and 42 deletions
|
|
@ -1,15 +1,11 @@
|
|||
module ecs.id_manager;
|
||||
/*
|
||||
import std.experimental.allocator;
|
||||
import std.experimental.allocator.mallocator : AlignedMallocator, Mallocator;*/
|
||||
|
||||
import ecs.entity;
|
||||
import ecs.vector;
|
||||
import ecs.std;
|
||||
import ecs.vector;
|
||||
|
||||
import core.atomic;
|
||||
import core.stdc.string : memcpy;
|
||||
//import core.sync.mutex;
|
||||
|
||||
/************************************************************************************************************************
|
||||
*IDManager is responsible for assignment and removing IDs. IDs are unique throughtout a whole duration of the program.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue