gameServer/Consts.hs
author Medo <smaxein@googlemail.com>
Mon, 11 Jun 2012 00:02:17 +0200
changeset 7182 076aba32abd3
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Small improvements to the frontend lib for better debugging

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"