gameServer/Consts.hs
author sheepluva
Sun, 06 Jul 2014 19:20:43 +0200
changeset 10360 c243b6a8ad9a
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
some adjustments and support for mirrored world rendering. disabled atm though, I think it is more confusing than helping

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"