gameServer/Consts.hs
author nemo
Sat, 25 Aug 2012 20:54:23 -0400
changeset 7605 10e88fbb5fdb
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
hack for shoppa players, take 2. take into account sides, and a guess that a "slide" involves no upward movement

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"