6 lines
86 B
C++
6 lines
86 B
C++
#include <vulkan/vulkan.h>
|
|
|
|
int main(int /*argc*/, char** /*argv*/)
|
|
{
|
|
return 0;
|
|
}
|