From 364c9612008e5c4d1738156764cad650d514883b Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 28 Jan 2011 01:56:58 +0200 Subject: server might build now --- src/mineral.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mineral.h') diff --git a/src/mineral.h b/src/mineral.h index aa0902e12..6c10c2256 100644 --- a/src/mineral.h +++ b/src/mineral.h @@ -31,8 +31,10 @@ with this program; if not, write to the Free Software Foundation, Inc., type param. */ +#ifndef SERVER // Caches textures void init_mineral(IrrlichtWrapper *irrlicht); +#endif #define MINERAL_NONE 0 #define MINERAL_COAL 1 -- cgit v1.2.3