gameServer/Consts.hs
author nemo
Sat, 11 May 2013 21:14:25 -0400
changeset 8976 5d9f43ad036a
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Basic workarounds for overlapping drawn map (rename buttons) and short team list (set a min height). Min size of form still fits targetted min size on desktop of 800x600

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"