mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-25 15:39:50 +00:00
Reworking systems
This commit is contained in:
@@ -11,10 +11,8 @@
|
||||
namespace BBM
|
||||
{
|
||||
CollisionSystem::CollisionSystem(WAL::Wal &wal)
|
||||
: WAL::System({typeid(PositionComponent), typeid(CollisionComponent)}), _wal(wal)
|
||||
{
|
||||
|
||||
}
|
||||
: System(wal)
|
||||
{ }
|
||||
|
||||
bool CollisionSystem::collide(Vector3f minA, Vector3f maxA, Vector3f minB, Vector3f maxB)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user