gameServer/Consts.hs
author Medo <smaxein@googlemail.com>
Sat, 18 Aug 2012 21:04:37 +0200
changeset 7572 4e223b05be7c
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Hedgeroid: Don't change the template when clicking the map.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"