summaryrefslogtreecommitdiff
path: root/src/clouds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clouds.h')
-rw-r--r--src/clouds.h7
1 files changed, 1 insertions, 6 deletions
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 <iostream>
@@ -143,7 +142,3 @@ private:
bool m_camera_inside_cloud = false;
};
-
-
-
-#endif