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
//
2
// Created by Dave Smith on 10/3/25.
3
//
4
5
#ifndef DEFAULTMANIFEST_H
6
#define DEFAULTMANIFEST_H
7
8
namespace
ml
9
{
32
class
DefaultManifest
33
{
34
public
:
36
enum class
Asset
{
DUMMY
};
37
38
DefaultManifest
() {}
39
};
40
41
}
// namespace ml
42
43
#endif
// DEFAULTMANIFEST_H
ml::DefaultManifest::DefaultManifest
DefaultManifest()
Definition
DefaultManifest.h:38
ml::DefaultManifest::Asset
Asset
Placeholder asset enum required by ResourceManager's template contract.
Definition
DefaultManifest.h:36
ml::DefaultManifest::Asset::DUMMY
@ DUMMY
Definition
DefaultManifest.h:36
ml
Definition
Component.h:18
Generated by
1.16.1