Bug fixes
This commit is contained in:
parent
3cbe947408
commit
f6aaebafc6
5 changed files with 20 additions and 5 deletions
|
|
@ -59,6 +59,7 @@ public:
|
|||
bool hasActors();
|
||||
void addActor(Actor* actor);
|
||||
bool removeActor(Actor* actor);
|
||||
void removeAllActors();
|
||||
bool actorsActive() const;
|
||||
void setActorsActive(bool in);
|
||||
void informValue(uint8_t value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue