gameServer/Consts.hs
author Medo <smaxein@googlemail.com>
Sun, 12 Aug 2012 22:21:09 +0200
changeset 7479 c8c552ee3acb
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
frontlib: Added functions to query important constants from the library

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"