gameServer/Consts.hs
author koda
Sat, 03 Nov 2012 19:16:05 +0100
changeset 7941 1e8b7fc8f90d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
this version of tremor requires a nil check on close_func https://svn.xiph.org/trunk/Tremor/vorbisfile.c

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"