Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
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.
ECS component storing an entity's world-space position.