gameServer/Consts.hs
author nemo
Mon, 03 Sep 2012 14:50:26 -0400
changeset 7662 35d895dcd6f7
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
forgot to add back c96ff1a053d0

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"