gameServer/Consts.hs
author Xeli
Sun, 28 Aug 2011 17:45:23 +0200
branchhedgeroid
changeset 5667 24f4d7a37038
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
sabotage of the iphone port failed..

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"