gameServer/Consts.hs
author nemo
Tue, 26 Mar 2013 17:52:27 -0400
changeset 8777 cce79a042cfc
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
merge. hate the fact that "unsynced remote changes" is just a "note" now.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"