summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spiders.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spiders.h')
-rw-r--r--src/mame/includes/spiders.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/spiders.h b/src/mame/includes/spiders.h
index 6dc8438a578..c955ff9c834 100644
--- a/src/mame/includes/spiders.h
+++ b/src/mame/includes/spiders.h
@@ -5,6 +5,10 @@
Sigma Spiders hardware
***************************************************************************/
+#ifndef MAME_INCLUDES_SPIDERS_H
+#define MAME_INCLUDES_SPIDERS_H
+
+#pragma once
#include "machine/6821pia.h"
#include "sound/discrete.h"
@@ -57,3 +61,5 @@ private:
uint8_t m_gfx_rom_ctrl_latch;
uint8_t m_gfx_rom_ctrl_data;
};
+
+#endif // MAME_INCLUDES_SPIDERS_H