content browser and textures on entity sprites

This commit is contained in:
Erris
2026-02-27 10:45:44 +01:00
parent cee0f42164
commit 9de9609dee
23 changed files with 809 additions and 213 deletions

View File

@@ -27,6 +27,10 @@ namespace OpenEngine {
Entity GetPrimaryCamera();
private:
template<typename T>
void OnComponentAdded(Entity entity, T& component);
private:
entt::registry registry;