gameServer/Consts.hs
author Xeli
Fri, 27 Apr 2012 23:09:27 +0200
changeset 6941 228c0ab239f1
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
add ammoprop to enable to up and down buttons on for the touch interface

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"