Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Widget.h
Go to the documentation of this file.
1#pragma once
2
3namespace Engine::UI{
4 class Widget {
5 public:
7
8 bool render();
9 };
10}