Move ECS to Bubel module
This commit is contained in:
parent
a7a63f6a20
commit
5411e97cb1
46 changed files with 163 additions and 154 deletions
10
source/bubel/ecs/package.d
Normal file
10
source/bubel/ecs/package.d
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module ecs;
|
||||
|
||||
public import bubel.ecs.core;
|
||||
public import bubel.ecs.entity;
|
||||
public import bubel.ecs.manager;
|
||||
public import bubel.ecs.system;
|
||||
|
||||
import bubel.ecs.events;
|
||||
import bubel.ecs.id_manager;
|
||||
import bubel.ecs.std;
|
||||
Loading…
Add table
Add a link
Reference in a new issue