ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
toygine2.hpp File Reference

Main umbrella header for the engine. More...

#include "application.hpp"
#include "audio.hpp"
#include "core.hpp"
#include "geometry.hpp"
#include "math.hpp"
#include "network.hpp"
#include "platform/ui.hpp"
#include "render.hpp"
Include dependency graph for toygine2.hpp:

Go to the source code of this file.

Detailed Description

Main umbrella header for the engine.

Defines the default engine surface: pulls in application.hpp, audio.hpp, core.hpp, geometry.hpp, math.hpp, network.hpp, platform/ui.hpp, and render.hpp.

Note
Prefer a specific module header when only one module is needed.