mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
server builds now!
This commit is contained in:
parent
364c961200
commit
1c776c3df8
7 changed files with 70 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue