Olympe Engine
2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Source
ECS
Components
PositionComponent.cpp
Go to the documentation of this file.
1
/**
2
* @file PositionComponent.cpp
3
* @brief Implementation file for PositionComponent.
4
* @author Olympe Engine
5
* @date 2026-02-24
6
*
7
* C++14 compliant - no C++17/20 features.
8
*/
9
10
#include "
PositionComponent.h
"
11
12
// PositionComponent is a plain-data struct; no method bodies required.
PositionComponent.h
ECS component storing an entity's world-space position.
Generated on Mon Apr 13 2026 08:15:19 for Olympe Engine by
1.9.8