gameServer/Consts.hs
author koda
Sun, 07 Jul 2013 18:32:23 +0200
changeset 9323 18b6faf4e408
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
use the right macro for linux ram reporting

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"