gameServer/Consts.hs
author koda
Mon, 09 Apr 2012 04:43:30 +0200
changeset 6870 f72cac290325
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
ios: refactor the code of the after-game statistics display using delegates

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"