mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Reworked file structure
This commit is contained in:
13
NuakeEditor/Source/Editor/Windows/UIDemoWindow.h
Normal file
13
NuakeEditor/Source/Editor/Windows/UIDemoWindow.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
class UIDemoWindow
|
||||
{
|
||||
public:
|
||||
UIDemoWindow() = default;
|
||||
~UIDemoWindow() = default;
|
||||
|
||||
void Draw();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user