summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fuukifg2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fuukifg2.h')
-rw-r--r--src/mame/includes/fuukifg2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/fuukifg2.h b/src/mame/includes/fuukifg2.h
index 42ce992bdf5..cc8a60debc2 100644
--- a/src/mame/includes/fuukifg2.h
+++ b/src/mame/includes/fuukifg2.h
@@ -1,5 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Luca Elia,Paul Priest
+#ifndef MAME_INCLUDES_FUUKIFG2_H
+#define MAME_INCLUDES_FUUKIFG2_H
+
+#pragma once
#include "machine/gen_latch.h"
#include "sound/okim6295.h"
@@ -84,3 +88,5 @@ private:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};
+
+#endif // MAME_INCLUDES_FUUKIFG2_H