About Social Code
summaryrefslogtreecommitdiff
path: root/world.rhm
diff options
context:
space:
mode:
Diffstat (limited to 'world.rhm')
-rw-r--r--world.rhm4
1 files changed, 4 insertions, 0 deletions
diff --git a/world.rhm b/world.rhm
index 838b9df..9357422 100644
--- a/world.rhm
+++ b/world.rhm
@@ -2,6 +2,7 @@
import:
"chunk.rhm" open
"entity.rhm" open
+ "item.rhm" open
export:
Chunk
@@ -13,6 +14,9 @@ export:
EntityPlayer
EntityGatherable
Direction
+ ItemCap
+ Item
+ Slot
class World(chunks :: MutableList.now_of(Chunk),
entities :: MutableList.now_of(Entity)):