gameServer/Consts.hs
author nemo
Wed, 17 Aug 2011 10:58:00 -0400
changeset 5586 3bb02b92df7d
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Add square check to shotgun. This a minor optimisation that might sidestep a bug on iOS/Android. Still need to find out why the bug is happening though

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"