gameServer/Consts.hs
author koda
Wed, 18 Jan 2012 01:10:35 +0100
changeset 6585 6225b838a630
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
little hack for playing less sounds in frontend

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"