gameServer/Consts.hs
author koda
Sun, 10 Mar 2013 01:02:15 +0100
changeset 8708 6354b01d5500
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
move signal handler in hwapplication

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"