Skip to content
Snippets Groups Projects
Commit 364c9612 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

server might build now

parent 64b59757
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "mineral.h"
#ifndef SERVER
const char *mineral_filenames[MINERAL_COUNT] =
{
NULL,
......@@ -46,4 +48,6 @@ textureid_t mineral_block_texture(u8 mineral)
return mineral_textures[mineral];
}
#endif
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment