X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fimagefilters.h;h=5676faf8537154cc7960521e221cd54d25edb10e;hb=0a83c42dfdf390cef75758096a481cdf8e2c828b;hp=28787027f03f60c0607b23911121697f535e5b2d;hpb=6d61375cc72bad5c569d25c253adca4e3701dd27;p=minetest.git diff --git a/src/imagefilters.h b/src/imagefilters.h index 28787027f..5676faf85 100644 --- a/src/imagefilters.h +++ b/src/imagefilters.h @@ -16,8 +16,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef _IMAGE_FILTERS_H_ -#define _IMAGE_FILTERS_H_ +#pragma once #include "irrlichttypes_extrabloated.h" @@ -42,5 +41,3 @@ void imageCleanTransparent(video::IImage *src, u32 threshold); * and downscaling. */ void imageScaleNNAA(video::IImage *src, const core::rect &srcrect, video::IImage *dest); - -#endif