gameServer/Consts.hs
author sheepluva
Wed, 02 May 2012 13:00:10 +0200
changeset 6993 47830cf50574
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
room list: replace magic table column indexes with enum. makes future changes to the room list format way easier.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"