2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +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,5 +1,5 @@
#ifndef RUDE_SPACE_HPP
#define RUDE_SPACE_HPP
#ifndef URDE_SPACE_HPP
#define URDE_SPACE_HPP
#include <Athena/DNAYaml.hpp>
#include <Specter/Specter.hpp>
@@ -12,7 +12,7 @@ class SplitView;
class ViewResources;
class Toolbar;
}
namespace RUDE
namespace URDE
{
class ViewManager;
@@ -84,7 +84,7 @@ public:
: SplitSpace(vm)
{
m_state.read(r);
#ifdef RUDE_BINARY_CONFIGS
#ifdef URDE_BINARY_CONFIGS
m_slots[0].reset(NewSpaceFromConfigStream(vm, r));
m_slots[1].reset(NewSpaceFromConfigStream(vm, r));
#else
@@ -180,4 +180,4 @@ public:
}
#endif // RUDE_SPACE_HPP
#endif // URDE_SPACE_HPP