gameServer/Consts.hs
author koda
Sat, 07 Apr 2012 22:13:15 +0200
changeset 6861 7a571b8caaee
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
by popular demand, switch Nature and Golf music (issue #383)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"