mirror of
https://github.com/zeldaret/ss
synced 2026-08-11 03:26:06 -04:00
starting to organize and progress on dAcBase_c
This commit is contained in:
@@ -82,6 +82,7 @@ public:
|
||||
/* 802e1f90 */ fBase_c *getConnectParent() const;
|
||||
/* 802e1fb0 */ fBase_c *getConnectChild() const;
|
||||
/* 802e1fd0 */ fBase_c *getConnectBrNext() const;
|
||||
/* 802e2090 */ bool setConnectChild(fBase_c* child);
|
||||
/* 802e2420 */ void runCreate();
|
||||
/* 802e24a0 */ fBase_c *getChildProcessCreateState() const;
|
||||
/* 802e2510 */ bool checkChildProcessCreateState() const;
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
|
||||
class fBase_c;
|
||||
|
||||
// Ghidra: Used to be ActorReference
|
||||
class fLiNdBa_c : public cListNd_c {
|
||||
public:
|
||||
|
||||
fLiNdBa_c() : p_owner(nullptr) {}
|
||||
fLiNdBa_c(fBase_c *owner) : p_owner(owner) {}
|
||||
|
||||
inline fLiNdBa_c *getPrev() const {
|
||||
|
||||
Reference in New Issue
Block a user