gameServer/Consts.hs
author nemo
Wed, 07 Nov 2012 14:02:10 -0500
changeset 8003 7d8bce524daf
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
LongInt Land width/height, mouse coords

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"