gameServer/Consts.hs
author Xeli
Mon, 18 Jul 2011 14:40:19 +0200
branchhedgeroid
changeset 5448 787cf66a7c39
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
CMake now moves the proper lua files to the project

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"