summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/airraid_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/airraid_dev.h')
-rw-r--r--src/mame/video/airraid_dev.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mame/video/airraid_dev.h b/src/mame/video/airraid_dev.h
index be7fa1ffa53..fb91af5e28c 100644
--- a/src/mame/video/airraid_dev.h
+++ b/src/mame/video/airraid_dev.h
@@ -1,11 +1,12 @@
// license:BSD-3-Clause
// copyright-holders:Tomasz Slanina, Angelo Salese, hap, David Haywood
-#pragma once
+#ifndef MAME_VIDEO_AIRRAID_DEV_H
+#define MAME_VIDEO_AIRRAID_DEV_H
-#ifndef __AIRRAID_VIDEO__
-#define __AIRRAID_VIDEO__
+#pragma once
+#include "screen.h"
extern const device_type AIRRAID_VIDEO;
@@ -72,4 +73,4 @@ private:
void mix_layer(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, uint8_t* clut, int base);
};
-#endif
+#endif // MAME_VIDEO_AIRRAID_DEV_H