gameServer/Consts.hs
author Medo <smaxein@googlemail.com>
Thu, 23 Aug 2012 19:47:38 +0200
changeset 7590 0be267033fb3
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Hedgeroid: Fixed map preview again (might be a JNA bug)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"