malena
Why malena
Quick start
Tutorials
API docs
GitHub
GitHub
Tutorials
Loading...
Searching...
No Matches
Manifests
DefaultManifest.h
Go to the documentation of this file.
1
// Copyright (c) 2025 Dave R. Smith. All rights reserved.
2
// Malena Framework — Proprietary Software. See LICENSE for terms.
3
4
//
5
// Created by Dave Smith on 10/3/25.
6
//
7
8
#ifndef MALENA_DEFAULTMANIFEST_H
9
#define MALENA_DEFAULTMANIFEST_H
10
11
#include <
Malena/Core/malena_export.h
>
12
13
namespace
ml
14
{
37
class
MALENA_API
DefaultManifest
38
{
39
public
:
41
enum class
Asset
{ DUMMY };
42
43
DefaultManifest
() {}
44
};
45
46
}
// namespace ml
47
48
#endif
// MALENA_DEFAULTMANIFEST_H
ml::DefaultManifest::DefaultManifest
DefaultManifest()
Definition
DefaultManifest.h:43
ml::DefaultManifest::Asset
Asset
Placeholder asset enum required by ResourceManager's template contract.
Definition
DefaultManifest.h:41
malena_export.h
MALENA_API
#define MALENA_API
Definition
malena_export.h:18
ml
Definition
Component.h:22