gameServer/Consts.hs
author nemo
Sun, 08 Jul 2012 10:35:40 -0400
changeset 7360 d833d1010710
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Intended to help on bottom border maps or "red" maps - don't assume erasure if there is indestructible land below the hog

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"