X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Firrlichttypes_extrabloated.h;h=83c4ca01bcb8181d7d41f9fabd4dd3454e52b606;hb=122eed7a3449eead6f87f45f2eb55c11c3cf171e;hp=f85fb63182060c88a510a7b42eb70d3f8db5cf42;hpb=9f031a67594162a53b07acbfbc65faf8c4938e99;p=dragonfireclient.git diff --git a/src/irrlichttypes_extrabloated.h b/src/irrlichttypes_extrabloated.h index f85fb6318..83c4ca01b 100644 --- a/src/irrlichttypes_extrabloated.h +++ b/src/irrlichttypes_extrabloated.h @@ -1,6 +1,6 @@ /* -Minetest-c55 -Copyright (C) 2010-2011 celeron55, Perttu Ahola +Minetest +Copyright (C) 2010-2013 celeron55, Perttu Ahola This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -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 #include #endif - -#endif -