gameServer/Consts.hs
author sheepluva
Tue, 11 Oct 2011 00:06:46 +0200
changeset 6123 0cb751caf0ac
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
make slope calcs skip small gaps

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"