-some cleanup
This commit is contained in:
parent
41f1c6474b
commit
9c5ceacacb
7 changed files with 17 additions and 42 deletions
|
|
@ -1,23 +1,12 @@
|
|||
module ecs.events;
|
||||
|
||||
import ecs.manager;
|
||||
import ecs.block_allocator;
|
||||
import ecs.entity;
|
||||
import ecs.manager;
|
||||
import ecs.std;
|
||||
/*
|
||||
import std.experimental.allocator;
|
||||
import std.experimental.allocator.mallocator : AlignedMallocator, Mallocator;*/
|
||||
|
||||
import std.algorithm.comparison : max;
|
||||
|
||||
//import core.sync.mutex;
|
||||
|
||||
/*struct Event
|
||||
{
|
||||
uint id;
|
||||
|
||||
}*/
|
||||
|
||||
//mixin template EventManagerCode()
|
||||
struct EventManager
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue