mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-20 03:36:37 +02:00
update entt to v3.15.0
This commit is contained in:
@ -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
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <mm/components/time_delta.hpp>
|
||||
|
||||
#include <entt/fwd.hpp>
|
||||
#include <entt/entity/storage.hpp>
|
||||
|
||||
namespace MM::Systems {
|
||||
|
||||
|
Reference in New Issue
Block a user