gameServer/Consts.hs
author koda
Wed, 12 Jun 2013 01:26:42 +0200
changeset 9205 abce6011f86c
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
aaaaand let's not forget about lua, which has also a slightly revised build process

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"