gameServer/Consts.hs
author koda
Fri, 06 Dec 2013 00:56:56 +0100
branchsdl2transition
changeset 9709 9315727c0f1d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Qt and SDL2 do not play nice on osx apparently

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"