gameServer/Consts.hs
author koda
Thu, 27 Jun 2013 12:02:40 +0200
changeset 9268 8a9075ed0aab
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
use add_flag_append more, correctly set a few flags

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"