gameServer/Consts.hs
author Medo <smaxein@googlemail.com>
Tue, 27 Nov 2012 21:21:14 +0100
branchflibqtfrontend
changeset 8132 f68b43cf510f
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Added default weaponset to frontlib hwconsts Now the weaponset create function can actually do what it promises and create a default set instead of an empty one :)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"