-almost every funtion is marked as @nogc and nothrow (only problem with HashMap)
This commit is contained in:
parent
fef55bd790
commit
204ce9dc79
10 changed files with 74 additions and 72 deletions
|
|
@ -10,7 +10,7 @@ static struct ECS
|
|||
__gshared ushort system_id;
|
||||
EntityManager.Job[] _ecs_jobs;
|
||||
|
||||
void __ecsInitialize()
|
||||
void __ecsInitialize() nothrow @nogc
|
||||
{
|
||||
import std.experimental.allocator.mallocator;
|
||||
import std.experimental.allocator;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue