summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/metro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/metro.h')
-rw-r--r--src/mame/includes/metro.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/metro.h b/src/mame/includes/metro.h
index 97ca656f6ef..f51aa9e89b9 100644
--- a/src/mame/includes/metro.h
+++ b/src/mame/includes/metro.h
@@ -5,6 +5,10 @@
Metro Games
*************************************************************************/
+#ifndef MAME_INCLUDES_METRO_H
+#define MAME_INCLUDES_METRO_H
+
+#pragma once
#include "sound/okim6295.h"
#include "sound/ym2151.h"
@@ -239,3 +243,5 @@ private:
// blazing tornado
bitmap_ind16 m_vdp_bitmap;
};
+
+#endif // MAME_INCLUDES_METRO_H