summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaga.h')
-rw-r--r--src/mame/includes/galaga.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mame/includes/galaga.h b/src/mame/includes/galaga.h
index c09789d229e..93abfddf3d5 100644
--- a/src/mame/includes/galaga.h
+++ b/src/mame/includes/galaga.h
@@ -1,8 +1,14 @@
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
+#ifndef MAME_INCLUDES_GALAGA_H
+#define MAME_INCLUDES_GALAGA_H
+
+#pragma once
+
#include "sound/discrete.h"
#include "sound/namco.h"
#include "sound/samples.h"
+#include "screen.h"
class galaga_state : public driver_device
{
@@ -92,3 +98,5 @@ public:
DISCRETE_SOUND_EXTERN( galaga );
DISCRETE_SOUND_EXTERN( bosco );
+
+#endif // MAME_INCLUDES_GALAGA_H