gameServer/Consts.hs
author koda
Sun, 04 Dec 2011 18:52:22 +0100
changeset 6494 5e0595f41cde
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
ios port working again, mono audio is missing

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"