gameServer/Consts.hs
author koda
Tue, 04 Jun 2013 15:40:25 +0200
branch0.9.19
changeset 9115 36561f3c5345
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
forgot this from r f529fba57ba5 (thanks LocutusOfBorg1)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"