gameServer/Consts.hs
author koda
Sun, 16 Oct 2011 19:02:48 +0200
branch0.9.16
changeset 6003 74431bf4c632
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
fix the config.inc conflict by making the ios one in another folder

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"