gameServer/Consts.hs
author koda
Thu, 21 Apr 2011 08:22:34 +0200
changeset 5168 8a074a255af0
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
small tweak to autogenerate the config.inc file in the ios project

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"