summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kopunch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kopunch.h')
-rw-r--r--src/mame/includes/kopunch.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/kopunch.h b/src/mame/includes/kopunch.h
index 1bc3cceafdc..b4581f1764d 100644
--- a/src/mame/includes/kopunch.h
+++ b/src/mame/includes/kopunch.h
@@ -5,6 +5,10 @@
Sega KO Punch
*************************************************************************/
+#ifndef MAME_INCLUDES_KOPUNCH_H
+#define MAME_INCLUDES_KOPUNCH_H
+
+#pragma once
#include "emupal.h"
@@ -65,3 +69,5 @@ private:
uint8_t m_gfxbank;
uint8_t m_scrollx;
};
+
+#endif // MAME_INCLUDES_KOPUNCH_H