gameServer/Consts.hs
author martin_bede
Thu, 10 Jan 2013 22:59:46 +0400
changeset 8370 0c79946e96f8
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Fix tons of warnings

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"