gameServer/Consts.hs
author koda
Thu, 20 Sep 2012 22:17:02 +0200
changeset 7694 f40c65ae3eab
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
issue ENGINECLEAN only when fpc < 2.6

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"