gameServer/Consts.hs
author martin_bede
Wed, 02 Jan 2013 18:32:19 +0100
changeset 8361 2831c1403666
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Tips are now loaded from an xml file.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"