gameServer/Consts.hs
author Xeli
Wed, 22 Jun 2011 13:24:30 +0200
branchhedgeroid
changeset 5291 1f495f049fad
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Custom OpenGL 1.1 header, converted from GLES/gl.h + GLES/glplatform.h with some entries of KHR/khrplatform.h. Android API level 4

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"