mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
12 lines
178 B
C
12 lines
178 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include "outputwindow.h"
|
||
|
|
||
|
class VulkanWindow : public OutputWindow
|
||
|
{
|
||
|
Q_OBJECT
|
||
|
public:
|
||
|
explicit VulkanWindow(QWindow* parent = 0);
|
||
|
~VulkanWindow() = default;
|
||
|
};
|