mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-21 15:39:13 +00:00
Move Node to Outliner class
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#define SPECTER_OUTLINER_HPP
|
||||
|
||||
namespace Specter
|
||||
{
|
||||
class Outliner
|
||||
{
|
||||
class Node : public View
|
||||
{
|
||||
@@ -36,6 +38,7 @@ public:
|
||||
void draw(boo::IGraphicsCommandQueue* gfxQ);
|
||||
void think();
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
#endif // SPECTER_OUTLINER_HPP
|
||||
Reference in New Issue
Block a user