gameServer/Consts.hs
author koda
Wed, 24 Oct 2012 14:55:31 +0100
changeset 7813 7ac83d79b897
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
support video recording on windows with automation and headers

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"