gameServer/Consts.hs
author koda
Sun, 02 Dec 2012 14:51:54 +0100
changeset 8184 e0c8fad98022
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
resize the qt window to fill 2/3 of the screen size (no more crammed widgets on first launch) and always center it

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"