Reworking systems

This commit is contained in:
Zoe Roux
2021-06-04 00:50:38 +02:00
parent 4f14d380bf
commit 306f07972d
22 changed files with 129 additions and 177 deletions
+2 -5
View File
@@ -13,11 +13,8 @@ using Gamepad = RAY::Controller::GamePad;
namespace BBM
{
GamepadSystem::GamepadSystem()
: WAL::System({
typeid(GamepadComponent),
typeid(ControllableComponent)
})
GamepadSystem::GamepadSystem(WAL::Wal &wal)
: System(wal)
{}
void GamepadSystem::onFixedUpdate(WAL::Entity &entity)