gameServer/Consts.hs
author Medo <smaxein@googlemail.com>
Fri, 15 Jun 2012 19:57:25 +0200
changeset 7230 240620f46dd7
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Changed frontlib to use the existing ini file formats of the QtFrontend

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"