gameServer/Consts.hs
author koda
Sat, 05 May 2012 17:29:04 +0100
changeset 7026 8d1724e1337e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
split OnDestroy across the appropriate modules (this doen't cause leaks on mobile, right?)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"