summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/pinball/genpin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/pinball/genpin.h')
-rw-r--r--src/mame/pinball/genpin.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/pinball/genpin.h b/src/mame/pinball/genpin.h
index d1ee6620bd0..d75f0fdf8fb 100644
--- a/src/mame/pinball/genpin.h
+++ b/src/mame/pinball/genpin.h
@@ -1,8 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Robbbert
-#ifndef GENPIN_H_
-#define GENPIN_H_
+#ifndef MAME_PINBALL_GENPIN_H
+#define MAME_PINBALL_GENPIN_H
+#pragma once
#include "sound/samples.h"
#include "machine/nvram.h"
@@ -46,4 +47,4 @@ public:
};
-#endif /* GENPIN_H_ */
+#endif // MAME_PINBALL_GENPIN_H