1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-18 18:55:29 +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

@@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "debug.h"
#include "utility.h"
#include "texture.h"
#include "iirrlichtwrapper.h"
#include <jmutex.h>
#include <jmutexautolock.h>
@@ -125,7 +126,7 @@ private:
Also caches texture specification strings to ids and textures.
*/
class IrrlichtWrapper
class IrrlichtWrapper : public IIrrlichtWrapper
{
public:
/*