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