gameServer/Consts.hs
author koda
Tue, 18 Dec 2012 12:04:17 +0100
changeset 8311 bc18481dca8b
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
can use engine as library on windows too

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"