gameServer/Consts.hs
author nemo
Fri, 02 Nov 2012 16:26:51 -0400
branch0.9.18
changeset 7935 f8941f0b7bef
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
update lua (remove duplicate strings, esp in fr.lua - mostly my fault - and add a bit more escaping to the crude script)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"