mirror of https://github.com/AxioDL/metaforce.git
Move Node to Outliner class
This commit is contained in:
parent
aa0ae06532
commit
4197cd69dc
|
@ -2,6 +2,8 @@
|
||||||
#define SPECTER_OUTLINER_HPP
|
#define SPECTER_OUTLINER_HPP
|
||||||
|
|
||||||
namespace Specter
|
namespace Specter
|
||||||
|
{
|
||||||
|
class Outliner
|
||||||
{
|
{
|
||||||
class Node : public View
|
class Node : public View
|
||||||
{
|
{
|
||||||
|
@ -36,6 +38,7 @@ public:
|
||||||
void draw(boo::IGraphicsCommandQueue* gfxQ);
|
void draw(boo::IGraphicsCommandQueue* gfxQ);
|
||||||
void think();
|
void think();
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // SPECTER_OUTLINER_HPP
|
#endif // SPECTER_OUTLINER_HPP
|
Loading…
Reference in New Issue