gameServer/Consts.hs
author nemo
Sat, 10 Sep 2011 21:23:12 -0400
changeset 5844 fdf22a4843f7
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"