gameServer/Consts.hs
author sheepluva
Thu, 03 May 2012 14:21:53 +0200
changeset 7017 19a434fc91fc
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
visually indicate when map preview generation is in progress.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"