gameServer/Consts.hs
author nemo
Sat, 11 May 2013 23:36:39 -0400
changeset 8980 37f4cdd9cd2c
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
don't draw a border if there's already a bottom border, avoid placing objects over gaps in the floor

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"