gameServer/Consts.hs
author nemo
Mon, 09 Jan 2012 00:50:39 -0500
changeset 6553 91365db8b82c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Slow down flakes/clouds that are farther away. Also unbreak NTPX w/ SDL 1.2

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"