diff options
| author | Elijah Thomas <elijahthomas774@gmail.com> | 2023-08-12 10:47:25 -0400 |
|---|---|---|
| committer | Elijah Thomas <elijahthomas774@gmail.com> | 2023-08-12 10:47:25 -0400 |
| commit | 683dc91a53be327409ed7efb636626d9f3b9cfac (patch) | |
| tree | 34f017619e9965e5892d2e76df38644fce0cb196 /include/f/f_base.h | |
| parent | de8b60021c270b1a46fa13edfa3bd248b23e35e7 (diff) | |
starting to organize and progress on dAcBase_c
Diffstat (limited to 'include/f/f_base.h')
| -rw-r--r-- | include/f/f_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/f/f_base.h b/include/f/f_base.h index db596901..e47b0508 100644 --- a/include/f/f_base.h +++ b/include/f/f_base.h @@ -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; |
