video_core: use nested namespaces

This commit is contained in:
tgsm
2019-02-19 03:09:57 -05:00
parent f409342ab5
commit d6c530d08c
26 changed files with 52 additions and 120 deletions

View File

@ -7,11 +7,9 @@
#include "common/common_types.h"
#include "video_core/rasterizer_interface.h"
namespace Pica {
namespace Shader {
namespace Pica::Shader {
struct OutputVertex;
}
} // namespace Pica
} // namespace Pica::Shader
namespace VideoCore {