gameServer/Consts.hs
author koda
Mon, 07 May 2012 14:53:08 +0200
changeset 7031 d5ea24399a48
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
when Lua is not found, fallback to compiling the one that comes bundled in our sources

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"