gameServer/Consts.hs
author Stepan777 <stepik-777@mail.ru>
Tue, 26 Jun 2012 23:29:41 +0400
changeset 7306 3cff5c769509
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Here they come - thumbnails. Also fixing some resizing issues in pagevideos - now it resizes nicer. Wait for a announcement on hedgewars.org, I hope to make it soon.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"