gameServer/Consts.hs
author sheepluva
Sat, 22 Oct 2011 01:53:14 +0200
changeset 6177 5eba8970e8ae
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
same for chat. changed the paths to: css/qt.css css/chat.css note: display:none is not supported by QTextBrowser, I might pimp it up to do so

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"