video_core: use nested namespaces
This commit is contained in:
parent
f409342ab5
commit
d6c530d08c
26 changed files with 52 additions and 120 deletions
|
@ -11,11 +11,9 @@ namespace OpenGL {
|
|||
struct ScreenInfo;
|
||||
}
|
||||
|
||||
namespace Pica {
|
||||
namespace Shader {
|
||||
namespace Pica::Shader {
|
||||
struct OutputVertex;
|
||||
}
|
||||
} // namespace Pica
|
||||
} // namespace Pica::Shader
|
||||
|
||||
namespace VideoCore {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue