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:
@@ -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:
|
||||
/*
|
||||
|
Reference in New Issue
Block a user