gameServer/Consts.hs
author Stepan777 <stepik-777@mail.ru>
Sat, 07 Jul 2012 19:59:44 +0400
changeset 7365 26df99967963
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
fix alpha channel in image rescaling

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"