gameServer/Consts.hs
author koda
Wed, 28 Mar 2012 01:19:36 +0200
changeset 6830 d2df090453aa
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
ios: prevent an horrible hack for the in-game help pages; they would actually need a serious refactoring to allow localisation and rotation support

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"