diff options
Diffstat (limited to 'src/video_core/swrasterizer.h')
| -rw-r--r-- | src/video_core/swrasterizer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/video_core/swrasterizer.h b/src/video_core/swrasterizer.h index 090f899bc..0a028b774 100644 --- a/src/video_core/swrasterizer.h +++ b/src/video_core/swrasterizer.h | |||
| @@ -8,6 +8,12 @@ | |||
| 8 | 8 | ||
| 9 | #include "video_core/rasterizer_interface.h" | 9 | #include "video_core/rasterizer_interface.h" |
| 10 | 10 | ||
| 11 | namespace Pica { | ||
| 12 | namespace Shader { | ||
| 13 | struct OutputVertex; | ||
| 14 | } | ||
| 15 | } | ||
| 16 | |||
| 11 | namespace VideoCore { | 17 | namespace VideoCore { |
| 12 | 18 | ||
| 13 | class SWRasterizer : public RasterizerInterface { | 19 | class SWRasterizer : public RasterizerInterface { |