summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/flkatck.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/flkatck.h')
-rw-r--r--src/mame/includes/flkatck.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mame/includes/flkatck.h b/src/mame/includes/flkatck.h
index a3b81cfe008..7e326171f78 100644
--- a/src/mame/includes/flkatck.h
+++ b/src/mame/includes/flkatck.h
@@ -5,6 +5,10 @@
Flak Attack / MX5000
*************************************************************************/
+#ifndef MAME_INCLUDES_FLKATCK_H
+#define MAME_INCLUDES_FLKATCK_H
+
+#pragma once
#include "machine/gen_latch.h"
#include "machine/watchdog.h"
@@ -24,7 +28,8 @@ public:
m_k007232(*this, "k007232"),
m_watchdog(*this, "watchdog"),
m_gfxdecode(*this, "gfxdecode"),
- m_soundlatch(*this, "soundlatch") { }
+ m_soundlatch(*this, "soundlatch")
+ { }
void flkatck(machine_config &config);
@@ -68,3 +73,5 @@ private:
void flkatck_map(address_map &map);
void flkatck_sound_map(address_map &map);
};
+
+#endif // MAME_INCLUDES_FLKATCK_H