#ifndef DUSK_TEXTURE_REPLACEMENTS_HPP #define DUSK_TEXTURE_REPLACEMENTS_HPP namespace dusk::texture_replacements { void reload(); void set_enabled(bool enabled); void shutdown(); } #endif