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