summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ddragon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ddragon.h')
-rw-r--r--src/mame/includes/ddragon.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mame/includes/ddragon.h b/src/mame/includes/ddragon.h
index eedfce5cf5c..8b6e164597f 100644
--- a/src/mame/includes/ddragon.h
+++ b/src/mame/includes/ddragon.h
@@ -5,6 +5,10 @@
Double Dragon & Double Dragon II (but also China Gate)
*************************************************************************/
+#ifndef MAME_INCLUDES_DDRAGON_H
+#define MAME_INCLUDES_DDRAGON_H
+
+#pragma once
#include "cpu/m6805/m68705.h"
#include "machine/bankdev.h"
@@ -178,7 +182,6 @@ private:
DECLARE_WRITE8_MEMBER(darktowr_bankswitch_w);
DECLARE_WRITE8_MEMBER(mcu_port_a_w);
-
void darktowr_map(address_map &map);
void darktowr_banked_map(address_map &map);
@@ -206,3 +209,5 @@ private:
void toffy_map(address_map &map);
};
+
+#endif // MAME_INCLUDES_DDRAGON_H