gameServer/Consts.hs
author koda
Thu, 06 Dec 2012 00:52:50 +0100
changeset 8254 eeaf3e1773c6
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
GCI2012: Sound Option, Hear Only Music

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"