gameServer/Consts.hs
author nemo
Fri, 14 Dec 2012 09:53:17 -0500
changeset 8290 3240f4500ac1
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Try to be friendlier to small screen sizes. Use 800x600 if width/height of 2/3rds is smaller than 800x600 (things don't look smaller than that size), use desktop size if it is for some reason smaller than 800x600

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"