Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add actor state #107

Open
devpow112 opened this issue Mar 26, 2021 · 0 comments
Open

Add actor state #107

devpow112 opened this issue Mar 26, 2021 · 0 comments
Labels
clean-up Clean-up or refactor of something already existing

Comments

@devpow112
Copy link
Owner

Add something like

typedef enum {
   ACTIVE,
   INACTIVE,
   DESTROYED
} ActorState;

Can help with allowing easy outs on things like update and draw.

@devpow112 devpow112 added the clean-up Clean-up or refactor of something already existing label Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clean-up Clean-up or refactor of something already existing
Projects
None yet
Development

No branches or pull requests

1 participant