gameServer/Consts.hs
author koda
Tue, 28 May 2013 16:07:22 +0200
changeset 9069 24a2da6e5a22
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
windows build script, get the temp variable from environment, avoiding potential permission problems

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"