gameServer/Consts.hs
author koda
Sun, 12 Feb 2012 18:50:22 +0100
changeset 6679 d8b98aa486a6
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
tweaks to the value tracking slider (doesn't draw outside the superview bounds) and assign proper copyright notice to it

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"