gameServer/Consts.hs
author koda
Tue, 23 Oct 2012 12:12:28 +0100
changeset 7799 a88a02c19a5b
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
tweaks to win build script, hedgewars.pro now supports win32 target

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"