mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05:46 +00:00
video_core: Reorganize headers
This commit is contained in:
parent
b9125cec2e
commit
2cd98a45cb
19 changed files with 56 additions and 62 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
#include <boost/container/static_vector.hpp>
|
||||
|
||||
#include "clipper.h"
|
||||
#include "pica.h"
|
||||
#include "rasterizer.h"
|
||||
#include "shader/shader_interpreter.h"
|
||||
#include "video_core/clipper.h"
|
||||
#include "video_core/pica.h"
|
||||
#include "video_core/rasterizer.h"
|
||||
#include "video_core/shader/shader_interpreter.h"
|
||||
|
||||
namespace Pica {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue