mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Added Screen space reflections and Editor UI refactoring
This commit is contained in:
9
Editor/src/Windows/WelcomeWindow.h
Normal file
9
Editor/src/Windows/WelcomeWindow.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
class WelcomeWindow {
|
||||
public:
|
||||
int SelectedProject = 0;
|
||||
|
||||
void Draw();
|
||||
};
|
||||
Reference in New Issue
Block a user