gameServer/Consts.hs
author nemo
Fri, 11 May 2012 16:09:11 -0400
changeset 7064 0cf7cad767aa
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Fix casing and type for gl

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"