mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-22 22:35:12 +00:00
Merging game
This commit is contained in:
14
sources/Component/Keyboard/KeyboardComponent.cpp
Normal file
14
sources/Component/Keyboard/KeyboardComponent.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Created by Tom Augier on 2021-05-20.
|
||||
// Edited by Benjamin Henry on 2021-05-20.
|
||||
//
|
||||
|
||||
#include "KeyboardComponent.hpp"
|
||||
|
||||
namespace Bomberman
|
||||
{
|
||||
KeyboardComponent::KeyboardComponent(WAL::Entity &entity)
|
||||
: WAL::Component(entity)
|
||||
{}
|
||||
|
||||
} // namespace BMM
|
||||
Reference in New Issue
Block a user