Skip to content

Commit ecb9ddd

Browse files
committed
Add definitions for parsing component files
1 parent 897b273 commit ecb9ddd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/SceneNode.sip

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ public:
3333

3434
std::string getType();
3535
void setType(std::string type);
36+
37+
std::string getComponentPath() const;
38+
void parseComponentData(const std::string& xml_string);
3639
};
3740

0 commit comments

Comments
 (0)