gameServer/Consts.hs
author sheepluva
Thu, 17 Jan 2013 18:12:30 +0100
changeset 8395 0b357c57e01c
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
small cleanup of helloSounds; note: physfs:// prefix will break sound paths since playSoundFile uses physfs for finding files already

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"