summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snookr10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/snookr10.h')
-rw-r--r--src/mame/includes/snookr10.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/snookr10.h b/src/mame/includes/snookr10.h
index 9c635db6d9b..5f5e430c02d 100644
--- a/src/mame/includes/snookr10.h
+++ b/src/mame/includes/snookr10.h
@@ -1,5 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Roberto Fresca
+#ifndef MAME_INCLUDES_SNOOKR10_H
+#define MAME_INCLUDES_SNOOKR10_H
+
+#pragma once
#include "emupal.h"
@@ -58,3 +62,5 @@ private:
required_device<gfxdecode_device> m_gfxdecode;
output_finder<7> m_lamps;
};
+
+#endif // MAME_INCLUDES_SNOOKR10_H