gameServer/Consts.hs
author koda
Sun, 04 Dec 2011 18:58:52 +0100
changeset 6496 7be68796d725
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
update the ios data script for the new audio mono location

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"