gameServer/Consts.hs
author sheepluva
Sat, 22 Oct 2011 02:41:59 +0200
changeset 6178 affa860f2983
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
BOOOOooOM <headshot>! removing default stylesheets from c++ code and adding them as text files to the qt resources

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"