gameServer/Consts.hs
author koda
Wed, 23 May 2012 01:53:25 +0200
changeset 7113 d54e666c395d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
add GHC and GHFLAGS from cmake too

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"