gameServer/Consts.hs
author unc0rr
Sat, 29 Sep 2012 19:26:18 +0400
changeset 7719 eeae1cb6b6bf
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Move hedgehog's step routine into separate function, use it in both hedgehog and ai code

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"