summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/turrett.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/turrett.h')
-rw-r--r--src/mame/includes/turrett.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mame/includes/turrett.h b/src/mame/includes/turrett.h
index cf540a6e8ef..fc9f74e4c2a 100644
--- a/src/mame/includes/turrett.h
+++ b/src/mame/includes/turrett.h
@@ -5,6 +5,10 @@
Turret Tower hardware
****************************************************************************/
+#ifndef MAME_INCLUDES_TURRETT_H
+#define MAME_INCLUDES_TURRETT_H
+
+#pragma once
#include "machine/ataintf.h"
#include "screen.h"
@@ -128,4 +132,6 @@ private:
};
// device type definition
-extern const device_type TURRETT;
+DECLARE_DEVICE_TYPE(TURRETT, turrett_device)
+
+#endif // MAME_INCLUDES_TURRETT_H