gameServer/Consts.hs
author Stepan777 <stepik-777@mail.ru>
Sat, 07 Jul 2012 19:17:50 +0400
changeset 7363 09af8bc9181f
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Fix thumbnails. On some OpenGL implementations they weren't working.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"