gameServer/Consts.hs
author koda
Sun, 09 Oct 2011 03:04:45 +0200
changeset 6109 f6726ec81e64
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
finally removed the white border glitch of the ipad preview map, moved initialization from IB to code

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"