10 lines
77 B
C++
10 lines
77 B
C++
#pragma once
|
|
#include <vulkan.h>
|
|
|
|
namespace basalt
|
|
{
|
|
class Context
|
|
{
|
|
|
|
};
|
|
} |