gameServer/Consts.hs
author sheepluva
Wed, 02 May 2012 19:36:23 +0200
changeset 7000 d22633829ac8
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
allow F5 magic to refresh demos/saves list too

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"