gameServer/Consts.hs
author Medo <smaxein@googlemail.com>
Tue, 12 Jun 2012 11:25:05 +0200
changeset 7224 5143861c83bd
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Cleanup, refactoring and generally more development in the frontlib

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"