gameServer/Consts.hs
author koda
Wed, 20 Feb 2013 02:21:14 +0100
branchwebgl
changeset 8448 14f736ca7eb3
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
update FindGLEW to use the same variables as in later CMake files and make sure to include its headers before compiling c stuff

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"