Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
OnDirectionalLightDestruction.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
core/Core.hpp
"
4
#include "
entity/Entity.hpp
"
5
6
namespace
DefaultPipeline::System
{
7
8
void
OnDirectionalLightDestruction
(Engine::Core &core, Engine::EntityId entityId);
9
10
}
// namespace DefaultPipeline::System
Core.hpp
Entity.hpp
DefaultPipeline::System
Definition
OnCameraCreation.hpp:6
DefaultPipeline::System::OnDirectionalLightDestruction
void OnDirectionalLightDestruction(Engine::Core &core, Engine::EntityId entityId)
Definition
OnDirectionalLightDestruction.cpp:6
src
plugin
default-pipeline
src
system
GPUComponentManagement
OnDirectionalLightDestruction.hpp
Generated by
1.16.1