gameServer/Consts.hs
author koda
Sun, 13 Nov 2011 18:23:05 +0100
changeset 6353 d8f62c805619
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
restore displaying statistics at the end of a game and restore warning lower views that they are going to appear

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"