gameServer/Consts.hs
author nemo
Fri, 19 Jul 2013 22:55:07 -0400
changeset 9362 c9fdf8a3baf0
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
crude ice check that probably works well enough in most cases (so far there's just one ucollisions that returns a land pixel - might want to extend that)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"