summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/map.h b/src/map.h
index 3d2ce190..f3850722 100644
--- a/src/map.h
+++ b/src/map.h
@@ -19,8 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef MAP_H
-#define MAP_H
+#pragma once
#include "actor.h"
#include "position.h"
@@ -421,5 +420,3 @@ class Map : public Properties
int mMask = 1;
};
-
-#endif