gameServer/Consts.hs
author Joe Doyle (Ginto8) <ginto8@gmail.com>
Mon, 03 Dec 2012 17:38:31 -0500
branchflibqtfrontend
changeset 8212 49eb757a1a4d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Made user data path default to '.'.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"