gameServer/Consts.hs
author koda
Wed, 26 Oct 2011 01:17:44 +0200
changeset 6210 923c8414e3af
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
fix runtime compability with ios 3.* (hopefully) and fix a small glitch in turning off music/sounds

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"