diff options
Diffstat (limited to 'libs/rs/rsScript.h')
-rw-r--r-- | libs/rs/rsScript.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/rsScript.h b/libs/rs/rsScript.h index c0324dd..d645421 100644 --- a/libs/rs/rsScript.h +++ b/libs/rs/rsScript.h @@ -73,6 +73,8 @@ public: void setVar(uint32_t slot, const void *val, size_t len); void setVarObj(uint32_t slot, ObjectBase *val); + virtual bool freeChildren(); + virtual void runForEach(Context *rsc, const Allocation * ain, Allocation * aout, |