gameServer/Consts.hs
author koda
Thu, 28 Feb 2013 22:47:42 +0100
changeset 8608 50cc0131b109
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"