gameServer/Consts.hs
author Urbertar
Thu, 28 Mar 2013 18:34:53 +0200
changeset 8810 b885b995aa95
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Fix TestCollExcludingMe function. Now it doesn't skip test if there are more then one hog at checking pixel

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"