gameServer/Consts.hs
author koda
Wed, 27 Mar 2013 12:56:07 +0100
changeset 8799 44e520374cfc
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
drop QApplication in favor of HWApplication and minor refactor of MessageDialog

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"