summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gaplus.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-07-03 03:18:42 +1000
committer Vas Crabb <vas@vastheman.com>2018-07-03 03:18:42 +1000
commit7da0bb19d6391aaf93faaee3ad2814badfab7884 (patch)
tree0b05ff2a124cd57249ca9a1268bffde77bcb15a1 /src/mame/includes/gaplus.h
parentb1652588fab138246c529476d570f7fcb4e13d59 (diff)
misc cleanup and compile fix for superqix.cpp (nw)
Diffstat (limited to 'src/mame/includes/gaplus.h')
-rw-r--r--src/mame/includes/gaplus.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mame/includes/gaplus.h b/src/mame/includes/gaplus.h
index b62798c4cdb..98ae9c3902a 100644
--- a/src/mame/includes/gaplus.h
+++ b/src/mame/includes/gaplus.h
@@ -1,5 +1,10 @@
// license:BSD-3-Clause
// copyright-holders:Manuel Abadia, Ernesto Corvi, Nicola Salmoria
+#ifndef MAME_INCLUDES_GAPLUS_H
+#define MAME_INCLUDES_GAPLUS_H
+
+#pragma once
+
#include "sound/namco.h"
#include "sound/samples.h"
#include "machine/namcoio.h"
@@ -153,3 +158,5 @@ protected:
output_finder<2> m_lamps;
};
+
+#endif // MAME_INCLUDES_GAPLUS_H