gameServer/Consts.hs
author unc0rr
Mon, 19 May 2014 22:46:02 +0400
changeset 10246 8da91cd7a32a
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
Inform frontend of lines which didn't change anything on the map in advanced drawn maps mode

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"