gameServer/Consts.hs
author Xeli
Tue, 07 Feb 2012 23:50:52 +0100
changeset 6651 4103354b7599
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
fixed aiming by touching the crosshair, made it compatible with the aiming buttons and disabled camera movement when touching buttons + some formatting fixes

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"