Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
RenderContext.cpp
Go to the documentation of this file.
1/*
2 Olympe Engine - 2025
3 Nicolas Chereau
4 nchereau@gmail.com
5
6 This file is part of Olympe Engine.
7 Purpose: RenderContext implementation (header-only, minimal file).
8*/
9
10#include "RenderContext.h"
11// Implementation is header-only (all methods are inline)