summaryrefslogtreecommitdiff
path: root/src/irrlichtwrapper.h
diff options
context:
space:
mode:
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:
/*