Major cleanup.
Moved to namespace Cleanup includes
This commit is contained in:
@@ -2,17 +2,14 @@
|
||||
#include "src/Core/Core.h"
|
||||
#include "src/Resource/Project.h"
|
||||
|
||||
namespace Nuake {
|
||||
class ProjectInterface
|
||||
{
|
||||
public:
|
||||
Ref<Project> m_CurrentProject;
|
||||
|
||||
class ProjectInterface
|
||||
{
|
||||
public:
|
||||
Ref<Project> m_CurrentProject;
|
||||
|
||||
|
||||
void DrawProjectSettings();
|
||||
|
||||
void DrawCreatePointEntity();
|
||||
void DrawEntitySettings();
|
||||
|
||||
|
||||
};
|
||||
void DrawProjectSettings();
|
||||
void DrawCreatePointEntity();
|
||||
void DrawEntitySettings();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user