gameServer/Consts.hs
author koda
Mon, 28 Oct 2013 14:16:04 +0100
changeset 9649 2d30721b1a11
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
add FindSDL2 module from dhewm repo

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"