summaryrefslogtreecommitdiff
path: root/src/irrlichtwrapper.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-01-28 02:11:44 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-01-28 02:11:44 +0200
commit1c776c3df84c7ff7833fade3124cdcca34a01662 (patch)
treeeae0f37f54fec919c2de49e53e76eb9ab68fb58b /src/irrlichtwrapper.h
parent364c9612008e5c4d1738156764cad650d514883b (diff)
downloadminetest-1c776c3df84c7ff7833fade3124cdcca34a01662.tar.gz
minetest-1c776c3df84c7ff7833fade3124cdcca34a01662.tar.bz2
minetest-1c776c3df84c7ff7833fade3124cdcca34a01662.zip
server builds now!
Diffstat (limited to 'src/irrlichtwrapper.h')
-rw-r--r--src/irrlichtwrapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/irrlichtwrapper.h b/src/irrlichtwrapper.h
index a695bd1e4..225ae3402 100644
--- a/src/irrlichtwrapper.h
+++ b/src/irrlichtwrapper.h
@@ -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:
/*