gameServer/Consts.hs
author sheepluva
Fri, 21 Oct 2011 07:00:49 +0200
changeset 6165 6fe3e922246e
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"