summaryrefslogtreecommitdiff
path: root/src/guiMainMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiMainMenu.h')
-rw-r--r--src/guiMainMenu.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/guiMainMenu.h b/src/guiMainMenu.h
index c1c3c88a9..0bc5c7be1 100644
--- a/src/guiMainMenu.h
+++ b/src/guiMainMenu.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 GUIMAINMENU_HEADER
-#define GUIMAINMENU_HEADER
+#pragma once
#include "irrlichttypes_extrabloated.h"
#include "modalMenu.h"
@@ -54,6 +53,3 @@ struct MainMenuData {
MainMenuData() {}
};
-
-#endif
-