summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxian.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaxian.h')
-rw-r--r--src/mame/includes/galaxian.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/galaxian.h b/src/mame/includes/galaxian.h
index c494170ac87..f5a1b34d60b 100644
--- a/src/mame/includes/galaxian.h
+++ b/src/mame/includes/galaxian.h
@@ -5,6 +5,10 @@
Galaxian hardware family
***************************************************************************/
+#ifndef MAME_INCLUDES_GALAXIAN_H
+#define MAME_INCLUDES_GALAXIAN_H
+
+#pragma once
#include "machine/gen_latch.h"
#include "machine/i8255.h"
@@ -470,3 +474,5 @@ protected:
rgb_t m_bullet_color[8];
uint8_t m_gfxbank[5];
};
+
+#endif // MAME_INCLUDES_GALAXIAN_H