gameServer/Consts.hs
author Medo <smaxein@googlemail.com>
Mon, 04 Jun 2012 21:12:20 +0200
changeset 7173 7c2eb284f9f1
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Frontlib: Work on the callback mechanisms for IPC Work commit; It compiles and runs but will need a major overhaul tomorrow.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"