clean up object module
This commit is contained in:
parent
4c66704830
commit
5d9e270aa9
68 changed files with 1223 additions and 1229 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
namespace obj {
|
||||
namespace tp::obj {
|
||||
|
||||
class ObjectsGUI {
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ namespace obj {
|
|||
operator bool() { return obj; }
|
||||
};
|
||||
|
||||
tp::List<ViewStackNode> mViewStack;
|
||||
List<ViewStackNode> mViewStack;
|
||||
obj::Object* mRoot = NULL;
|
||||
obj::Object* mActive = NULL;
|
||||
obj::Object* mClipboard = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue