gameServer/Consts.hs
author koda
Sat, 24 Aug 2013 12:24:31 +0200
changeset 9417 a0d014328165
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
make sure that linker flags are picked by the pascal rule

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"