gameServer/Consts.hs
author koda
Sat, 08 Dec 2012 15:38:16 +0100
branchflibqtfrontend
changeset 8273 3717cbf47daf
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
removing the optimisation that caused (most likely) the lua crashes on osx

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"