gameServer/Consts.hs
author koda
Mon, 14 Jan 2013 12:35:01 +0100
changeset 8381 588a8e6e2041
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
move platform code around, based off a gci task by dag10

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"