summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mainevt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mainevt.h')
-rw-r--r--src/mame/includes/mainevt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mame/includes/mainevt.h b/src/mame/includes/mainevt.h
index e8e7b9994e4..81ec701f3ce 100644
--- a/src/mame/includes/mainevt.h
+++ b/src/mame/includes/mainevt.h
@@ -5,6 +5,11 @@
The Main Event / Devastators
*************************************************************************/
+#ifndef MAME_INCLUDES_MAINEVT_H
+#define MAME_INCLUDES_MAINEVT_H
+
+#pragma once
+
#include "sound/upd7759.h"
#include "sound/k007232.h"
#include "video/k052109.h"
@@ -76,3 +81,5 @@ private:
required_memory_bank m_rombank;
output_finder<4> m_leds;
};
+
+#endif // MAME_INCLUDES_MAINEVT_H