diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |