Namespace refactoring to avoid prefixing everything with Vulkan
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "View.h"
|
||||
|
||||
Seele::View::View(PGraphics graphics)
|
||||
Seele::View::View(Gfx::PGraphics graphics)
|
||||
: graphics(graphics)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user