gameServer/Consts.hs
author inu
Wed, 31 Oct 2012 22:59:18 +0400
branch0.9.18
changeset 7902 a82b1bf2eca1
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- Fix for little mistakes (applied to every hedgewars_*.ts file). - Full hedgewars_pt_PT.ts and pt_PT.txt Portuguese (Portugal) translation. - Partial pt_PT.lua translation.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"