2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:47:42 +00:00

Update HECL

Rename Editor
This commit is contained in:
2016-01-05 01:53:16 -08:00
parent 1f79f604af
commit f3f4b674a7
16 changed files with 62 additions and 62 deletions

View File

@@ -1,11 +1,11 @@
#ifndef RUDE_VIEW_MANAGER_HPP
#define RUDE_VIEW_MANAGER_HPP
#ifndef URDE_VIEW_MANAGER_HPP
#define URDE_VIEW_MANAGER_HPP
#include <HECL/CVarManager.hpp>
#include "ProjectManager.hpp"
#include "Space.hpp"
namespace RUDE
namespace URDE
{
class SplashScreen;
@@ -32,7 +32,7 @@ class ViewManager : public Specter::IViewManager
bool m_updatePf = false;
float m_reqPf;
Specter::View* BuildSpaceViews(RUDE::Space* space);
Specter::View* BuildSpaceViews(URDE::Space* space);
Specter::RootView* SetupRootView();
SplashScreen* SetupSplashView();
void SetupEditorView();
@@ -72,4 +72,4 @@ public:
}
#endif // RUDE_VIEW_MANAGER_HPP
#endif // URDE_VIEW_MANAGER_HPP