gameServer/Consts.hs
author nemo
Wed, 24 Apr 2013 10:34:52 -0400
changeset 8936 60590b446468
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
cheezemonkey pointed out this is no longer damaging

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"