gameServer/Consts.hs
author koda
Thu, 06 Jun 2013 15:55:10 +0200
changeset 9163 67334acaaac7
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
port all Q_WS_* to Q_OS_* so that we are forward compatible with Qt5

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"