gameServer/Consts.hs
author koda
Thu, 17 Mar 2011 23:53:33 +0100
changeset 5019 e38d1720a0ff
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
allows for building hedgewars with SDL-1.3 also reordered other sdl~version dependent macros into a proper cmake module file

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"