LeviLamina
Loading...
Searching...
No Matches
ResourceLoaders.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/resource/ResourceFileSystem.h"
7
8// auto generated forward declare list
9// clang-format off
11class ResourceLoader;
12// clang-format on
13
14namespace ResourceLoaders {
15// static variables
16// NOLINTBEGIN
17MCAPI ::std::string const& EMPTY_STRING();
18
19MCAPI ::std::string const& IMGEXT_JPEG();
20
21MCAPI ::std::string const& IMGEXT_JPG();
22
23MCAPI ::std::string const& IMGEXT_PNG();
24
25MCAPI ::std::string const& IMGEXT_TARGA();
26
27MCAPI ::std::string const& IMGEXT_TEXTURESET();
28
29MCAPI ::BackwardsCompatTextureGroup& backCompatGroup();
30
31MCAPI ::std::map<::ResourceFileSystem, ::std::unique_ptr<::ResourceLoader>>& loaders();
32
33MCAPI ::std::vector<::std::string> const& supportedImageExtensions();
34// NOLINTEND
35
36} // namespace ResourceLoaders
Definition BackwardsCompatTextureGroup.h:10
Definition ResourceLoader.h:16