gameServer/Consts.hs
author koda
Tue, 25 Oct 2011 22:14:55 +0200
changeset 6207 cbc80c22691c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
updated sdl and lowered minimum ios to 3.0

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"