gameServer/Consts.hs
author koda
Sun, 24 Apr 2011 21:35:23 +0200
changeset 5169 e353ca78d28b
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
some comments and simplifications for cmake files

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"