gameServer/Consts.hs
author Xeli
Thu, 26 Jan 2012 22:19:52 +0100
changeset 6601 5965e2927b3d
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
fixed the ammo menu on android, on tablets all weapons are 'choosable' and on phones I've moved the ammomenu up a bit

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"