gameServer/Consts.hs
author koda
Sat, 05 May 2012 15:17:16 +0100
changeset 7021 0c75512a8920
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
adjust the scope of a few uSound variables and functions

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"