gameServer/Consts.hs
author koda
Sat, 18 Feb 2012 19:07:19 +0100
changeset 6709 018539298042
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
oh i thought i had converted every uitableviewcontroller to uiviewcontroller+tableview; this also restores displaying statitstics after game

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"