gameServer/Consts.hs
author nemo
Sat, 04 Aug 2012 20:47:13 -0400
changeset 7477 26706bf32ecf
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
First pass at variable land size. For playing a small map (forced on rqLowRes), this should save 42MiB of RAM.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"