Update copyright notice
This commit is contained in:
parent
6bf8837e8f
commit
ed0603a675
16 changed files with 16 additions and 20 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/************************************************************************************************************************
|
||||
Most important module. Almost every function is called from EntityManager.
|
||||
|
||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||
*/
|
||||
module bubel.ecs.manager;
|
||||
|
|
@ -10,10 +10,6 @@ import std.algorithm : max;
|
|||
import std.conv : to;
|
||||
import std.traits;
|
||||
|
||||
//import core.atomic;
|
||||
//import core.stdc.stdlib : qsort;
|
||||
//import core.stdc.string;
|
||||
|
||||
import bubel.ecs.system; //not ordered as forward reference bug workaround
|
||||
import bubel.ecs.block_allocator;
|
||||
import bubel.ecs.entity;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue