gameServer/Consts.hs
author Medo <smaxein@googlemail.com>
Mon, 06 Aug 2012 22:32:46 +0200
changeset 7470 0db1780ca938
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
frontlib: prevent writing a "binds" section of the team file when there are no binds

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"