gameServer/Consts.hs
author sheepluva
Fri, 31 Aug 2012 11:24:57 +0200
changeset 7634 ca14ec44b223
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
print all GL_EXTENSIONS properly to logfile (should a;sp fix build on systems with compiler/lib versions that can't implicity cast PGLubyte to PChar)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"