update entt to v3.15.0

This commit is contained in:
Green Sky
2025-05-24 22:33:48 +02:00
parent 8801d5cde5
commit 4ec8f98ab0
5 changed files with 6 additions and 3 deletions

View File

@ -4,6 +4,8 @@
#include <mm/services/input_service.hpp>
#include <mm/components/velocity2d_position_intent.hpp>
#include <entt/entity/storage.hpp>
namespace MM::Systems {
// this system transforms the input from the input_service into velocity intent

View File

@ -7,6 +7,7 @@
#include <mm/components/time_delta.hpp>
#include <entt/fwd.hpp>
#include <entt/entity/storage.hpp>
namespace MM::Systems {