gameServer/Consts.hs
author Xeli
Thu, 09 Feb 2012 19:59:57 +0100
changeset 6661 d16c898d1fe2
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
disable the use of the accelerometer on android, we don't use it and it only drains the battery

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"