diff options
Diffstat (limited to 'book/examples/chapter7/Map.gf')
| -rw-r--r-- | book/examples/chapter7/Map.gf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/book/examples/chapter7/Map.gf b/book/examples/chapter7/Map.gf deleted file mode 100644 index 52deebb87..000000000 --- a/book/examples/chapter7/Map.gf +++ /dev/null @@ -1,10 +0,0 @@ -abstract Map = { -flags startcat = Query ; -cat - Query ; Input ; Place ; Click ; -fun - GoFromTo : Place -> Place -> Input ; - ThisPlace : Click -> Place ; - QueryInput : Input -> Query ; - ClickCoord : Int -> Int -> Click ; -} |
