gameServer/Consts.hs
author koda
Sat, 24 Aug 2013 01:13:58 +0200
changeset 9413 37fcb9a796e6
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
this should prevent duplication of CMAKE_Pascal_FLAGS

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"