1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00: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

@ -27,7 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "exceptions.h"
#include "serialization.h"
#include "tile.h"
#include "irrlichtwrapper.h"
#include "iirrlichtwrapper.h"
/*
Initializes all kind of stuff in here.
@ -35,7 +35,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
irrlicht: Used for getting texture ids.
*/
void init_mapnode(IrrlichtWrapper *irrlicht);
void init_mapnode(IIrrlichtWrapper *irrlicht);
// Initializes g_content_inventory_texture_paths
void init_content_inventory_texture_paths();