gameServer/Consts.hs
author nemo
Wed, 09 Oct 2013 20:16:34 -0400
changeset 9505 56e0cca99e20
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Allow girder construction to wrap. Makes wrapping w/ large bodies of water a bit more interesting.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"