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