Loading...
Searching...
No Matches
Engine.h
Go to the documentation of this file.
1//
2// Malena/Engine.h
3//
4
5#ifndef MALENA_ENGINE_H
6#define MALENA_ENGINE_H
7
8#pragma once
9
10// ── Application ───────────────────────────────────────────────────────────────
13
14// ── Plugins ───────────────────────────────────────────────────────────────────
17
18// ── Messaging ─────────────────────────────────────────────────────────────────
20
21// ── Scene ─────────────────────────────────────────────────────────────────────
22#include <Malena/Engine/Scene/SceneManager.h>
23
24#endif // MALENA_ENGINE_H