gameServer/Consts.hs
author sheepluva
Wed, 05 Jun 2013 16:28:30 +0200
changeset 9137 d987230b85ed
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
fixed all engine compilation hints and notes (that I could see)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"