gameServer/Consts.hs
author sheepluva
Wed, 02 May 2012 10:47:21 +0200
changeset 6987 e34415c77342
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
allow custom sorting of roomslist (by clicking on header sections)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"