gameServer/Consts.hs
author koda
Thu, 09 Feb 2012 17:28:05 +0100
changeset 6656 6aeaba3ee584
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
ios: added MXAudioPlayerFadeOperation to allow easy fade in and out of background music

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"