gameServer/Consts.hs
author sheepluva
Fri, 31 Aug 2012 17:52:53 +0200
changeset 7639 41e6de947531
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
* don't build moc for campaign.h * added campaign.{h,cpp} to hedgewars.pro

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"