X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Firrlichttypes_extrabloated.h;h=b03ba795502e4c6a75e48b3193b301fae9eb307d;hb=54dccc480eb03adcf219a7add58f547284f40f76;hp=a541b1a02b85c81457a382d8eea90bc8a9a41f31;hpb=979ca23f1eae1adeb8b0083dffe7203c54d87395;p=dragonfireclient.git diff --git a/src/irrlichttypes_extrabloated.h b/src/irrlichttypes_extrabloated.h index a541b1a02..b03ba7955 100644 --- a/src/irrlichttypes_extrabloated.h +++ b/src/irrlichttypes_extrabloated.h @@ -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" @@ -30,6 +26,7 @@ video::SColor(255,30,30,30));d->endScene();} #include #include #include +#include #include #include #include @@ -37,6 +34,3 @@ video::SColor(255,30,30,30));d->endScene();} #include #include #endif - -#endif -