Files
Nuake-custom/Editor/src/Windows/UIDemoWindow.h

13 lines
119 B
C++

#pragma once
class UIDemoWindow
{
public:
UIDemoWindow() = default;
~UIDemoWindow() = default;
void Draw();
};