gameServer/Consts.hs
author koda
Mon, 03 Dec 2012 01:45:59 +0100
changeset 8195 37d47f09f981
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
caught a few more possible glitches in engine cmakefile

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"