summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skykid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skykid.h')
-rw-r--r--src/mame/includes/skykid.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mame/includes/skykid.h b/src/mame/includes/skykid.h
index 0628d850a78..fcd38520435 100644
--- a/src/mame/includes/skykid.h
+++ b/src/mame/includes/skykid.h
@@ -1,5 +1,10 @@
// license:BSD-3-Clause
// copyright-holders:Manuel Abadia
+#ifndef MAME_INCLUDES_SKYKID_H
+#define MAME_INCLUDES_SKYKID_H
+
+#pragma once
+
#include "cpu/m6800/m6801.h"
#include "sound/namco.h"
#include "emupal.h"
@@ -70,3 +75,5 @@ private:
uint8_t m_main_irq_mask;
uint8_t m_mcu_irq_mask;
};
+
+#endif // MAME_INCLUDES_SKYKID_H