gameServer/Consts.hs
author koda
Mon, 24 Dec 2012 03:00:18 +0100
changeset 8322 50369fa5053b
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
adjust rpath on osx too for libengine

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"