summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lockon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lockon.h')
-rw-r--r--src/mame/includes/lockon.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/lockon.h b/src/mame/includes/lockon.h
index 996b9b963af..7eb313c5af1 100644
--- a/src/mame/includes/lockon.h
+++ b/src/mame/includes/lockon.h
@@ -5,6 +5,10 @@
Lock-On hardware
*************************************************************************/
+#ifndef MAME_INCLUDES_LOCKON_H
+#define MAME_INCLUDES_LOCKON_H
+
+#pragma once
#include "machine/watchdog.h"
#include "sound/flt_vol.h"
@@ -152,3 +156,5 @@ private:
void sound_io(address_map &map);
void sound_prg(address_map &map);
};
+
+#endif // MAME_INCLUDES_LOCKON_H