started with some necoding
[mc1516pa.git] / code / Sokoban.dcl
index c23bf22..f503287 100644 (file)
@@ -9,3 +9,6 @@ instance toString SokobanTile
 instance toString SokobanPuzzle
 
 parse :: String *World -> (SokobanPuzzle, *World)
+parseFromFile :: *File -> (SokobanPuzzle, *File)
+
+numberOfBlocks :: SokobanPuzzle -> Int