mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Added Screen space reflections and Editor UI refactoring
This commit is contained in:
15
Editor/src/Windows/ProjectInterface.h
Normal file
15
Editor/src/Windows/ProjectInterface.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include "src/Core/Core.h"
|
||||
#include "src/Resource/Project.h"
|
||||
|
||||
namespace Nuake {
|
||||
class ProjectInterface
|
||||
{
|
||||
public:
|
||||
Ref<Project> m_CurrentProject;
|
||||
|
||||
void DrawProjectSettings();
|
||||
void DrawCreatePointEntity();
|
||||
void DrawEntitySettings();
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user