gameServer/Consts.hs
author sheepluva
Sat, 22 Oct 2011 01:00:21 +0200
changeset 6176 19ef039a8474
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
frontend will use the data file misc/qt_style.css instead of hardcoded stylesheet - if the file exists

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"