]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/imagefilters.h
guiFormspecMenu: Allow fraction values for container[] (#7497)
[dragonfireclient.git] / src / imagefilters.h
index 28787027f03f60c0607b23911121697f535e5b2d..5676faf8537154cc7960521e221cd54d25edb10e 100644 (file)
@@ -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<s32> &srcrect, video::IImage *dest);
-
-#endif