Loading...
Searching...
No Matches
Malena.h
Go to the documentation of this file.
1//
2// Malena.h
3// Single-header include for the full Malena framework.
4//
5// For faster compile times, include only the modules you need:
6//
7// #include <Malena/Graphics.h> — all graphics components and controls
8// #include <Malena/Engine.h> — application, scenes, plugins, messaging
9// #include <Malena/Manifests.h> — manifest system and resource accessors
10// #include <Malena/Resources.h> — asset and config managers
11// #include <Malena/Traits.h> — all opt-in component traits
12// #include <Malena/Utilities.h> — utility types and helpers
13//
14
15#ifndef MALENA_MALENA_H
16#define MALENA_MALENA_H
17
18#pragma once
19
21#include <Malena/Graphics.h>
22#include <Malena/Engine.h>
23#include <Malena/Manifests.h>
24#include <Malena/Resources.h>
25#include <Malena/Traits.h>
26#include <Malena/Utilities.h>
27
28#endif // MALENA_MALENA_H