gameServer/Consts.hs
author sheepluva
Sun, 19 Jan 2014 13:41:11 +0100
changeset 10016 59a6d65fcb60
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
(experimental) make the mysterious borders around land/hats/etc that appear on zoom vanish note: not applied to everything yet note: I'll probably merge the two functions that do the same thing (one for 1darray, one for 2darray representation of pixels) into a single function

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"