mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-04 02:16:03 -04:00
81caa89e12
Cherry picked from TPHD branch Co-authored-by: Luke Street <luke@street.dev>
13 lines
192 B
C++
13 lines
192 B
C++
#ifndef DUSK_TEXTURE_REPLACEMENTS_HPP
|
|
#define DUSK_TEXTURE_REPLACEMENTS_HPP
|
|
|
|
namespace dusk::texture_replacements {
|
|
|
|
void reload();
|
|
void set_enabled(bool enabled);
|
|
void shutdown();
|
|
|
|
}
|
|
|
|
#endif
|