summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/vooddefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/vooddefs.h')
-rw-r--r--src/devices/video/vooddefs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/devices/video/vooddefs.h b/src/devices/video/vooddefs.h
index 095f29f972c..810fdc557e1 100644
--- a/src/devices/video/vooddefs.h
+++ b/src/devices/video/vooddefs.h
@@ -8,6 +8,12 @@
***************************************************************************/
+#ifndef MAME_DEVICES_VIDEO_VOODDEFS_H
+#define MAME_DEVICES_VIDEO_VOODDEFS_H
+
+#pragma once
+
+#include "video/rgbutil.h"
@@ -3194,3 +3200,5 @@ static inline rgbaint_t ATTR_FORCE_INLINE combineTexture(tmu_state *TT, const ui
result.xor_imm_rgba(0xff, 0, 0, 0);
return result;
}
+
+#endif // MAME_DEVICES_VIDEO_VOODDEFS_H