X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fclouds.h;h=a4d810faad3e1b6803860b2d8485c7ebeae4a5b5;hb=1105a14bccefb48a0e264fe19190c39629259338;hp=78d88a02bd001ed7f5f73452d1f2dcb0c08dba4f;hpb=c738d1eeabbbe9164a25f6b69bc7ec1a3b44b051;p=minetest.git diff --git a/src/clouds.h b/src/clouds.h index 78d88a02b..a4d810faa 100644 --- a/src/clouds.h +++ b/src/clouds.h @@ -17,8 +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 CLOUDS_HEADER -#define CLOUDS_HEADER +#pragma once #include "irrlichttypes_extrabloated.h" #include @@ -143,7 +142,3 @@ class Clouds : public scene::ISceneNode bool m_camera_inside_cloud = false; }; - - - -#endif