]> git.lizzy.rs Git - minetest.git/blobdiff - src/irrlichttypes_extrabloated.h
Profiler: Fix var args not being passed to callback register function
[minetest.git] / src / irrlichttypes_extrabloated.h
index a541b1a02b85c81457a382d8eea90bc8a9a41f31..83c4ca01bcb8181d7d41f9fabd4dd3454e52b606 100644 (file)
@@ -17,11 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef IRRLICHTTYPES_EXTRABLOATED_HEADER
-#define IRRLICHTTYPES_EXTRABLOATED_HEADER
-
-#define endSceneX(d){d->draw2DLine(v2s32(0,0),v2s32(1,0),\
-video::SColor(255,30,30,30));d->endScene();}
+#pragma once
 
 #include "irrlichttypes_bloated.h"
 
@@ -37,6 +33,3 @@ video::SColor(255,30,30,30));d->endScene();}
 #include <IGUIElement.h>
 #include <IGUIEnvironment.h>
 #endif
-
-#endif
-