1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 09:25:37 +02:00

server builds now!

This commit is contained in:
Perttu Ahola
2011-01-28 02:11:44 +02:00
parent 364c961200
commit 1c776c3df8
7 changed files with 70 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "inventory.h"
#include "texture.h"
#include "irrlichtwrapper.h"
#include "iirrlichtwrapper.h"
/*
Minerals
@@ -31,10 +31,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
type param.
*/
#ifndef SERVER
// Caches textures
void init_mineral(IrrlichtWrapper *irrlicht);
#endif
void init_mineral(IIrrlichtWrapper *irrlicht);
#define MINERAL_NONE 0
#define MINERAL_COAL 1