summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/funworld.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-11-21 19:11:38 +1100
committer Vas Crabb <vas@vastheman.com>2018-11-21 19:11:38 +1100
commit82348086bcb13112e15046ce44599bd84abe88d6 (patch)
tree305cf126cabfb09999933f28b1197b57cc6ad8b5 /src/mame/includes/funworld.h
parent83f7ca88487933e134c9d29387fd697b6e0b765d (diff)
(nw) misc cleanup - mostly missing #include guards and inconsistent initialiser list formatting
Diffstat (limited to 'src/mame/includes/funworld.h')
-rw-r--r--src/mame/includes/funworld.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/funworld.h b/src/mame/includes/funworld.h
index 1ff9958de2a..2afce283693 100644
--- a/src/mame/includes/funworld.h
+++ b/src/mame/includes/funworld.h
@@ -1,5 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Roberto Fresca, Peter Ferrie
+#ifndef MAME_INCLUDES_FUNWORLD_H
+#define MAME_INCLUDES_FUNWORLD_H
+
+#pragma once
#include "emupal.h"
@@ -100,3 +104,4 @@ protected:
virtual void machine_reset() override;
};
+#endif // MAME_INCLUDES_FUNWORLD_H