gameServer/Consts.hs
author koda
Mon, 09 Apr 2012 04:55:46 +0200
changeset 6871 5aadbfe02613
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
ios: resample the sound effects in CAF as suggested in ios sdk (100kB of space saved)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"