gameServer/Consts.hs
author nemo
Fri, 27 Jul 2012 10:47:23 -0400
changeset 7445 891209020113
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
this one too

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"