Loading...
Searching...
No Matches
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
12
13namespace ml
14{
38 {
39 public:
41 enum class Asset { DUMMY };
42
44 };
45
46} // namespace ml
47
48#endif // MALENA_DEFAULTMANIFEST_H
Asset
Placeholder asset enum required by ResourceManager's template contract.
#define MALENA_API
Definition Component.h:22