gameServer/Consts.hs
author koda
Thu, 25 Oct 2012 01:16:13 +0200
changeset 7816 a25e943dd4b0
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
finally videorec on osx

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"