Files
Nuake/NuakeEditor/Source/Editor/Windows/UIDemoWindow.h
2025-01-30 22:41:17 -05:00

13 lines
119 B
C++

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