mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-21 05:45:10 +00:00
alalalallalalllala
This commit is contained in:
17
sources/Component/Renderer/CameraComponent.cpp
Normal file
17
sources/Component/Renderer/CameraComponent.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Created by Zoe Roux on 5/27/21.
|
||||
//
|
||||
|
||||
#include "CameraComponent.hpp"
|
||||
|
||||
namespace BBM
|
||||
{
|
||||
CameraComponent::CameraComponent(WAL::Entity &entity)
|
||||
: Component(entity)
|
||||
{}
|
||||
|
||||
WAL::Component *BBM::CameraComponent::clone(WAL::Entity &entity) const
|
||||
{
|
||||
return new CameraComponent(entity);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user