gameServer/Consts.hs
author koda
Tue, 26 Mar 2013 01:13:45 +0100
branchcmake_pascal
changeset 8846 c156ac6ddc2b
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
set directories to be included externally, in the project file

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"