gameServer/Consts.hs
author dag10 <gottlieb.drew@gmail.com>
Sat, 19 Jan 2013 18:48:21 -0500
changeset 8407 686f2e716c97
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Fixes password not actually saving when "save password" is checked in the HWPasswordDialog called by HWForm. Added padding to QDialogButtonBox buttons. Fixed code indentation starting on hwform.cpp:1343.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"