gameServer/Consts.hs
author sheepluva
Tue, 01 May 2012 21:24:04 +0200
changeset 6983 ede55af89e78
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
roomslistmodel: prettier names for map +rnd+ etc.; point out unavailable maps some other small tweaks and fixes

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"