From 808dc157f913fb8f8d1e7a04833c26bf00bba1ab Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 2 May 2014 15:21:11 +1000 Subject: Split up extantz. --- src/extantz/crappisspuke.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/extantz/crappisspuke.cpp') diff --git a/src/extantz/crappisspuke.cpp b/src/extantz/crappisspuke.cpp index 2af9dde..d0ec23d 100644 --- a/src/extantz/crappisspuke.cpp +++ b/src/extantz/crappisspuke.cpp @@ -21,10 +21,12 @@ extern "C" { EAPI int startIrr(GLData *gld) { SIrrlichtCreationParameters params; +#if USE_IRR IrrlichtDevice *device; IVideoDriver *driver; ISceneManager *smgr; bool additive = true; +#endif if (!gld->useIrr) return 1; // Return 1 so that the caller stops asking on each frame. -- cgit v1.1