gameServer/Consts.hs
author nemo
Wed, 22 May 2013 06:17:06 -0400
changeset 9044 8a829987d514
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
as long as a generic placeholder tint is in place. can't just exit

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"