gameServer/Consts.hs
author koda
Sat, 05 Nov 2011 06:06:04 +0100
changeset 6286 835392304f81
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
and while we are giving SDLh.pas all this love, let's fix the signature of one SDL_ttf calls

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"