gameServer/Consts.hs
author unc0rr
Sun, 17 Feb 2013 00:25:53 +0400
changeset 8508 f849b7b3af1d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- Ensure that team file exists before saving into it (same fix as for hedgewars.ini, due to bug in Qt) - Fix build with .pro file

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"