feat(components): add new components to component header

This commit is contained in:
illyum 2024-09-13 07:44:06 -06:00
parent 23544c16ad
commit b359f36fb7

View File

@ -6,3 +6,5 @@
#include "components/health_component.h"
#include "components/input_component.h"
#include "components/physics_component.h"
#include "components/ui_component.h"
#include "components/layer_component.h"