summaryrefslogtreecommitdiffstats
path: root/src/video_core/hwrasterizer_base.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-27 18:56:17 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-28 01:46:39 +0200
commit4964a359e1a82f87a9772140fd1d933c5812c2e7 (patch)
tree49bae12a6ba7f7d946bb85fe9d304ab958815609 /src/video_core/hwrasterizer_base.h
parentCore: Cleanup soc:U includes. (diff)
downloadyuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.tar
yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.tar.gz
yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.tar.bz2
yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.tar.lz
yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.tar.xz
yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.tar.zst
yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/hwrasterizer_base.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/video_core/hwrasterizer_base.h b/src/video_core/hwrasterizer_base.h
index dec193f8b..c8746c608 100644
--- a/src/video_core/hwrasterizer_base.h
+++ b/src/video_core/hwrasterizer_base.h
@@ -4,8 +4,13 @@
#pragma once
-#include "common/emu_window.h"
-#include "video_core/vertex_shader.h"
+#include "common/common_types.h"
+
+namespace Pica {
+namespace VertexShader {
+struct OutputVertex;
+}
+}
class HWRasterizer {
public: