-added export attributes (required by windows to make DLL library, not work at now due to DMD bugs) -interface D files to import
-sorting IDs in addComponents() and removeComponents()
-license changed to BSD (maybe temporary) -added configurations to dub.json -initial ECS implementation (WIP): -Manager, System, Entity, Component -registering components -registering systems -calling update