Loading...
Searching...
No Matches
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
8namespace ml
9{
33 {
34 public:
36 enum class Asset { DUMMY };
37
39 };
40
41} // namespace ml
42
43#endif // DEFAULTMANIFEST_H
Asset
Placeholder asset enum required by ResourceManager's template contract.
Definition Component.h:18