gameServer/Consts.hs
author koda
Mon, 08 Jul 2013 01:40:20 +0200
changeset 9329 b825fa990e1c
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
the same for sdl_image and sdl_ttf

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"