gameServer/Consts.hs
author sheepluva
Sun, 30 Oct 2011 17:31:53 +0100
changeset 6242 27297c421bbc
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
frontend flakes: don't spawn flakes at locations that will cause them to never be within the visible frame

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"