diff options
Diffstat (limited to 'src/Xanthous/AI/Gormlak.hs-boot')
-rw-r--r-- | src/Xanthous/AI/Gormlak.hs-boot | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Xanthous/AI/Gormlak.hs-boot b/src/Xanthous/AI/Gormlak.hs-boot deleted file mode 100644 index 47e62f624905..000000000000 --- a/src/Xanthous/AI/Gormlak.hs-boot +++ /dev/null @@ -1,7 +0,0 @@ -{-# OPTIONS_GHC -fno-warn-orphans #-} -module Xanthous.AI.Gormlak where - -import Xanthous.Game.State -import Xanthous.Entities.Creature - -instance Entity Creature |