gameServer/Consts.hs
author koda
Tue, 10 Sep 2013 00:51:11 +0200
changeset 9456 c08661d015c0
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
update README and COPYING

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"