gameServer/Consts.hs
author nemo
Tue, 17 May 2011 19:05:13 -0400
changeset 5213 a86768368309
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
make the associate button use the user's settings for loading demos/saves

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"