gameServer/Consts.hs
author nemo
Thu, 23 Aug 2012 14:16:08 -0400
changeset 7583 8a9edc7cf98f
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
drawn maps have a fixed 4096x2048 area right now

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"