-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat: Actor
, AIProcess
, ActorPackage
RE
#106
Conversation
It seems like you forgot to move |
I was following how it was done in CommonLibF4, but sure I can separate them |
Maybe remove the empty .cpp files for now? Can always add them later when there's stuff to define |
I will say that adding compilation units should be minimized where possible as they increase build times. The repo already contains a ton of empty files that aren't contributing anything and should be removed until they are actually required. edit: related pr |
Co-authored-by: Qudix <[email protected]>
Adds AIProcess struct, the fields line up with CommonLibF4.