We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ddc5de commit c11beccCopy full SHA for c11becc
src/Aztecs/ECS.hs
@@ -22,7 +22,9 @@
22
-- === Systems
23
-- A `System` is a pipeline that processes entities and their components.
24
module Aztecs.ECS
25
- ( Access,
+ ( module Aztecs.ECS.System,
26
+ module Aztecs.ECS.Query,
27
+ Access,
28
AccessT,
29
runAccessT,
30
runAccessT_,
@@ -33,24 +35,7 @@ module Aztecs.ECS
33
35
dynBundle,
34
36
Component (..),
37
EntityID,
- Query,
- QueryT,
38
- entity,
39
- fetch,
40
- zipFetchMap,
41
- zipFetchMapM,
42
- with,
43
- without,
44
- System,
45
- SystemT,
46
spawn,
47
- query,
48
- querySingleMaybe,
49
- queryEntities,
50
- queryDyn,
51
- querySingleMaybeDyn,
52
- readQuery,
53
- readQueryEntities,
54
system,
55
concurrently,
56
World,
0 commit comments