gameServer/Consts.hs
author koda
Wed, 18 Jul 2012 15:05:56 +0100
changeset 7397 833fc211ca2d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
allow FPFLAGS and GHFLAGS only in cmakes able to support them

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"