mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-03 18:06:02 -04:00
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
|