Namespace refactoring to avoid prefixing everything with Vulkan
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#include "Graphics.h"
|
||||
#include <map>
|
||||
|
||||
Seele::Graphics::Graphics()
|
||||
using namespace Seele::Gfx;
|
||||
|
||||
Graphics::Graphics()
|
||||
{
|
||||
}
|
||||
|
||||
Seele::Graphics::~Graphics()
|
||||
Graphics::~Graphics()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user