diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/player.h b/src/player.h index 1d9882775..596f04cfa 100644 --- a/src/player.h +++ b/src/player.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 PLAYER_HEADER -#define PLAYER_HEADER +#pragma once #include "irrlichttypes_bloated.h" #include "inventory.h" @@ -174,6 +173,3 @@ private: // and ServerThread std::mutex m_mutex; }; - -#endif - |