gameServer/Consts.hs
author Wolfgang Steffens <WolfgangSteff@gmail.com>
Mon, 25 Jun 2012 11:47:40 +0200
changeset 7291 ad4b6c2b09e8
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
retaining SDL surfaces in order to allow recreating atlases from scratch without reading back textures from the GL

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"