gameServer/Consts.hs
author nemo
Wed, 31 Oct 2012 16:35:43 -0400
branch0.9.18
changeset 7908 7e52d5a655f1
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
add missing cmakelists.txt, move portal mission graphic to correct dir

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"