gameServer/Consts.hs
author Mitchell Kember <mk12360@gmail.com>
Tue, 04 Dec 2012 16:37:02 -0500
branchflibqtfrontend
changeset 8246 6859b1afcbd4
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Removed redundant "enable"s on checkboxes and variable names.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"