gameServer/Consts.hs
author koda
Wed, 21 Sep 2011 22:51:52 +0200
changeset 5982 283be2ca54a7
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
mad several updates to the resource copying phase in the ios project file, changed paths of some images and added some smaller forts version

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"