gameServer/Consts.hs
author koda
Thu, 27 Dec 2012 17:01:02 +0100
changeset 8337 bf237f7f1d94
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
add a splashscreen while the main interface is loading (enabled on all platforms, disable if it doesn'n't look good

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"