gameServer/Consts.hs
author koda
Sun, 18 Mar 2012 14:15:51 +0100
changeset 6800 76f5af60b55b
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
updated ios project file to work with fpc 2.6

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"